You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.CallAutomation/api/Azure.Communication.CallAutomation.netstandard2.0.cs
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.CallAutomation/src/CallAutomationEventProcessor/CallAutomationEventProcessor.cs
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,11 @@ public void ProcessEvents(IEnumerable<CloudEvent> events)
39
39
/// <summary>
40
40
/// Process incoming events. Pass incoming events to get it processed to have other method like WaitForEventProcessor to function.
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.CallAutomation/src/CallAutomationEventProcessor/EventAwaiterOngoing.cs
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.CallAutomation/src/CallAutomationEventProcessor/EventProcessorArgs.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,6 @@ internal class EventProcessorArgs : EventArgs
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.CallAutomation/src/CallAutomationEventProcessor/EventResult/AddParticipantEventResult.cs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,21 +12,21 @@ public class AddParticipantEventResult
12
12
publicboolIsSuccess{get;internalset;}
13
13
14
14
/// <summary>
15
-
/// <see cref="AddParticipantSucceededEventData"/> event will be returned when the participant joined the call successfully.
15
+
/// <see cref="AddParticipantSucceeded"/> event will be returned when the participant joined the call successfully.
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.CallAutomation/src/CallAutomationEventProcessor/EventResult/AnswerCallEventResult.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ public class AnswerCallEventResult
12
12
publicboolIsSuccess{get;internalset;}
13
13
14
14
/// <summary>
15
-
/// <see cref="CallConnectedEventData"/> event will be returned once the call is established with AnswerCall.
15
+
/// <see cref="CallConnected"/> event will be returned once the call is established with AnswerCall.
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.CallAutomation/src/CallAutomationEventProcessor/EventResult/CancelAllMediaOperationsEventResult.cs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,16 @@ public class CancelAllMediaOperationsEventResult
12
12
publicboolIsSuccess{get;internalset;}
13
13
14
14
/// <summary>
15
-
/// <see cref="PlayCanceledEventData"/> event will be returned when the play is successfully cancelled.
15
+
/// <see cref="PlayCanceled"/> event will be returned when the play is successfully cancelled.
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.CallAutomation/src/CallAutomationEventProcessor/EventResult/CreateCallEventResult.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ public class CreateCallEventResult
12
12
publicboolIsSuccess{get;internalset;}
13
13
14
14
/// <summary>
15
-
/// <see cref="CallConnectedEventData"/> event will be returned once the call is established with CreateCall.
15
+
/// <see cref="CallConnected"/> event will be returned once the call is established with CreateCall.
0 commit comments