| Package | Description |
|---|---|
| com.azure.communication.callingserver.models |
Package containing classes for AzureCommunicationCallingServerService.
|
| Modifier and Type | Field and Description |
|---|---|
static RecordingChannel |
RecordingChannel.MIXED
Static value mixed for RecordingChannel.
|
static RecordingChannel |
RecordingChannel.UNMIXED
Static value unmixed for RecordingChannel.
|
| Modifier and Type | Method and Description |
|---|---|
static RecordingChannel |
RecordingChannel.fromString(String name)
Creates or finds a RecordingChannel from its string representation.
|
RecordingChannel |
StartRecordingOptions.getRecordingChannel()
Get the recordingChannel property: Optional, mixed by default.
|
| Modifier and Type | Method and Description |
|---|---|
StartRecordingOptions |
StartRecordingOptions.setRecordingChannel(RecordingChannel recordingChannel)
Set the recordingChannel property: Optional, mixed by default.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.