public final class ToneReceivedEvent extends CallingServerEventBase
| Modifier and Type | Method and Description |
|---|---|
static ToneReceivedEvent |
deserialize(com.azure.core.util.BinaryData eventData)
Deserialize
ToneReceivedEvent event. |
String |
getCallConnectionId()
Get the callConnectionId property: The call connection id.
|
ToneInfo |
getToneInfo()
Get the toneInfo property: The tone info.
|
public ToneInfo getToneInfo()
public String getCallConnectionId()
public static ToneReceivedEvent deserialize(com.azure.core.util.BinaryData eventData)
ToneReceivedEvent event.eventData - binary data for eventToneReceivedEvent event.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.