| Package | Description |
|---|---|
| com.azure.communication.callingserver.models |
Package containing classes for AzureCommunicationCallingServerService.
|
| com.azure.communication.callingserver.models.events |
Package containing the event models for AzureCommunicationCallingServerService.
|
| Modifier and Type | Field and Description |
|---|---|
static CallConnectionState |
CallConnectionState.CONNECTED
Static value connected for CallConnectionState.
|
static CallConnectionState |
CallConnectionState.CONNECTING
Static value connecting for CallConnectionState.
|
static CallConnectionState |
CallConnectionState.DISCONNECTED
Static value disconnected for CallConnectionState.
|
static CallConnectionState |
CallConnectionState.DISCONNECTING
Static value disconnecting for CallConnectionState.
|
static CallConnectionState |
CallConnectionState.INCOMING
Static value incoming for CallConnectionState.
|
| Modifier and Type | Method and Description |
|---|---|
static CallConnectionState |
CallConnectionState.fromString(String name)
Creates or finds a CallConnectionState from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
CallConnectionState |
CallConnectionStateChangedEvent.getCallConnectionState()
Get the callConnectionState property: The call connection state.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.