public final class CallingServerEventType extends com.azure.core.util.ExpandableStringEnum<CallingServerEventType>
| Modifier and Type | Field and Description |
|---|---|
static CallingServerEventType |
ADD_PARTICIPANT_RESULT_EVENT
The add participant result event type.
|
static CallingServerEventType |
CALL_CONNECTION_STATE_CHANGED_EVENT
The call connection state change event type.
|
static CallingServerEventType |
CALL_RECORDING_STATE_CHANGED_EVENT
The call recording state change event type.
|
static CallingServerEventType |
PARTICIPANTS_UPDATED_EVENT
The participants updated event type.
|
static CallingServerEventType |
PLAY_AUDIO_RESULT_EVENT
The play audio result event type.
|
static CallingServerEventType |
TONE_RECEIVED_EVENT
The subscribe to tone event type.
|
| Constructor and Description |
|---|
CallingServerEventType() |
| Modifier and Type | Method and Description |
|---|---|
static CallingServerEventType |
fromString(String name)
Creates or finds a CallingServerEventType from its string representation.
|
static Collection<CallingServerEventType> |
values() |
public static final CallingServerEventType CALL_CONNECTION_STATE_CHANGED_EVENT
public static final CallingServerEventType ADD_PARTICIPANT_RESULT_EVENT
public static final CallingServerEventType CALL_RECORDING_STATE_CHANGED_EVENT
public static final CallingServerEventType PLAY_AUDIO_RESULT_EVENT
public static final CallingServerEventType PARTICIPANTS_UPDATED_EVENT
public static final CallingServerEventType TONE_RECEIVED_EVENT
public static CallingServerEventType fromString(String name)
name - a name to look for.public static Collection<CallingServerEventType> values()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.