Class CallConnectionStateChangedEvent

java.lang.Object
com.azure.communication.callingserver.models.events.CallingServerEventBase
com.azure.communication.callingserver.models.events.CallConnectionStateChangedEvent

public final class CallConnectionStateChangedEvent extends CallingServerEventBase
The call connection state changed event.
  • Method Details

    • getServerCallId

      public String getServerCallId()
      Get the serverCallId property: The server call id.
      Returns:
      the serverCallId value.
    • getCallConnectionId

      public String getCallConnectionId()
      Get the callConnectionId property: The call connection id.
      Returns:
      the callConnectionId value.
    • getCallConnectionState

      public CallConnectionState getCallConnectionState()
      Get the callConnectionState property: The call connection state.
      Returns:
      the callConnectionState value.
    • deserialize

      public static CallConnectionStateChangedEvent deserialize(BinaryData eventData)
      Parameters:
      eventData - binary data for event
      Returns:
      CallConnectionStateChangedEvent event.