public final class CallConnectionStateChangedEvent extends CallingServerEventBase
| Modifier and Type | Method and Description |
|---|---|
static CallConnectionStateChangedEvent |
deserialize(com.azure.core.util.BinaryData eventData)
Deserialize
CallConnectionStateChangedEvent event. |
String |
getCallConnectionId()
Get the callConnectionId property: The call connection id.
|
CallConnectionState |
getCallConnectionState()
Get the callConnectionState property: The call connection state.
|
String |
getServerCallId()
Get the serverCallId property: The server call id.
|
public String getServerCallId()
public String getCallConnectionId()
public CallConnectionState getCallConnectionState()
public static CallConnectionStateChangedEvent deserialize(com.azure.core.util.BinaryData eventData)
CallConnectionStateChangedEvent event.eventData - binary data for eventCallConnectionStateChangedEvent event.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.