| Package | Description |
|---|---|
| com.azure.communication.callingserver |
Package containing the classes for AzureCommunicationCallingServer.
|
| com.azure.communication.callingserver.models |
Package containing classes for AzureCommunicationCallingServerService.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.http.rest.Response<StartCallRecordingResult>> |
ServerCallAsync.startRecordingWithResponse(String recordingStateCallbackUri,
StartRecordingOptions startRecordingOptions,
com.azure.core.util.Context context)
Start recording of the call.
|
com.azure.core.http.rest.Response<StartCallRecordingResult> |
ServerCall.startRecordingWithResponse(String recordingStateCallbackUri,
StartRecordingOptions startRecordingOptions,
com.azure.core.util.Context context)
Start recording of the call.
|
| Modifier and Type | Method and Description |
|---|---|
StartRecordingOptions |
StartRecordingOptions.setRecordingChannel(RecordingChannel recordingChannel)
Set the recordingChannel property: Optional, mixed by default.
|
StartRecordingOptions |
StartRecordingOptions.setRecordingContent(RecordingContent recordingContent)
Set the recordingContent property: Optional, audioVideo by default.
|
StartRecordingOptions |
StartRecordingOptions.setRecordingFormat(RecordingFormat recordingFormat)
Set the recordingFormat property: Optional, mp4 by default.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.