Class CallAutomationEventBase
java.lang.Object
com.azure.communication.callautomation.models.events.CallAutomationEventBase
- Direct Known Subclasses:
AddParticipantsFailed
,AddParticipantsSucceeded
,CallAutomationEventWithReasonCodeBase
,CallConnected
,CallDisconnected
,CallTransferAccepted
,CallTransferFailed
,ParticipantsUpdated
,PlayCanceled
,RecognizeCanceled
,RecordingStateChanged
The base event interface.
-
Method Summary
Modifier and TypeMethodDescriptionGet the callConnectionId property: Call connection ID.Get the correlationId property: Correlation ID for event to call correlation.Get the operationContext property: Operation context.Get the serverCallId property: Server call ID.
-
Method Details
-
getCallConnectionId
Get the callConnectionId property: Call connection ID.- Returns:
- the callConnectionId value.
-
getServerCallId
Get the serverCallId property: Server call ID.- Returns:
- the serverCallId value.
-
getCorrelationId
Get the correlationId property: Correlation ID for event to call correlation. Also called ChainId for skype chain ID.- Returns:
- the correlationId value.
-
getOperationContext
Get the operationContext property: Operation context.- Returns:
- the operationContext value.
-