Class ToneReceivedEvent

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

public final class ToneReceivedEvent extends CallingServerEventBase
The subscribe to tone event.
  • Method Details

    • getToneInfo

      public ToneInfo getToneInfo()
      Get the toneInfo property: The tone info.
      Returns:
      the toneInfo value.
    • getCallConnectionId

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

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