| 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 CallRecordingState |
CallRecordingState.ACTIVE
Static value active for CallRecordingState.
|
static CallRecordingState |
CallRecordingState.INACTIVE
Static value inactive for CallRecordingState.
|
| Modifier and Type | Method and Description |
|---|---|
static CallRecordingState |
CallRecordingState.fromString(String name)
Creates or finds a CallRecordingState from its string representation.
|
CallRecordingState |
CallRecordingProperties.getRecordingState()
Get the recordingState property: The state of the recording.
|
| Constructor and Description |
|---|
CallRecordingProperties(CallRecordingState recordingState)
Initializes a new instance of CallRecordingStateResult.
|
| Modifier and Type | Method and Description |
|---|---|
CallRecordingState |
CallRecordingStateChangeEvent.getState()
Get the state property: The state of the recording.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.