public final class CallRecordingStateChangeEvent extends CallingServerEventBase
| Modifier and Type | Method and Description |
|---|---|
static CallRecordingStateChangeEvent |
deserialize(com.azure.core.util.BinaryData eventData)
Deserialize
CallRecordingStateChangeEvent event. |
String |
getRecordingId()
Get the recordingId property: The call recording id.
|
String |
getServerCallId()
Get the serverCallId property: The server call id.
|
OffsetDateTime |
getStartDateTime()
Get the startDateTime property: The time the recording started.
|
CallRecordingState |
getState()
Get the state property: The state of the recording.
|
public String getRecordingId()
public CallRecordingState getState()
public OffsetDateTime getStartDateTime()
public String getServerCallId()
public static CallRecordingStateChangeEvent deserialize(com.azure.core.util.BinaryData eventData)
CallRecordingStateChangeEvent event.eventData - binary data for eventCallRecordingStateChangeEvent event.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.