Skip navigation links
A B C D E F G H I J M N O P R S T U V W 

A

A - Static variable in class com.azure.communication.callingserver.models.ToneValue
Static value a for ToneValue.
ACTIVE - Static variable in class com.azure.communication.callingserver.models.CallRecordingState
Static value active for CallRecordingState.
ADD_PARTICIPANT_RESULT_EVENT - Static variable in class com.azure.communication.callingserver.models.events.CallingServerEventType
The add participant result event type.
addParticipant(CommunicationIdentifier, String, String) - Method in class com.azure.communication.callingserver.CallConnection
Add a participant to the call.
addParticipant(CommunicationIdentifier, String, String) - Method in class com.azure.communication.callingserver.CallConnectionAsync
Add a participant to the call.
addParticipant(CommunicationIdentifier, String, String, String) - Method in class com.azure.communication.callingserver.ServerCall
Add a participant to the call.
addParticipant(CommunicationIdentifier, String, String, String) - Method in class com.azure.communication.callingserver.ServerCallAsync
Add a participant to the call.
AddParticipantResult - Class in com.azure.communication.callingserver.models
The add participant result.
AddParticipantResult(String) - Constructor for class com.azure.communication.callingserver.models.AddParticipantResult
Initializes a new instance of AddParticipantResult.
AddParticipantResultEvent - Class in com.azure.communication.callingserver.models.events
The add participant result event.
addParticipantWithResponse(CommunicationIdentifier, String, String, Context) - Method in class com.azure.communication.callingserver.CallConnection
Add a participant to the call.
addParticipantWithResponse(CommunicationIdentifier, String, String) - Method in class com.azure.communication.callingserver.CallConnectionAsync
Add a participant to the call.
addParticipantWithResponse(CommunicationIdentifier, String, String, String, Context) - Method in class com.azure.communication.callingserver.ServerCall
Add a participant to the call.
addParticipantWithResponse(CommunicationIdentifier, String, String, String) - Method in class com.azure.communication.callingserver.ServerCallAsync
Add a participant to the call.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.communication.callingserver.CallingServerClientBuilder
Apply additional HttpPipelinePolicy
assertInBounds(String, long, long, long) - Static method in class com.azure.communication.callingserver.models.ParallelDownloadOptions
Asserts that the specified number is in the valid range.
AUDIO - Static variable in class com.azure.communication.callingserver.models.MediaType
Static value audio for MediaType.
AUDIO - Static variable in class com.azure.communication.callingserver.models.RecordingContent
Static value audio for RecordingContent.
AUDIO_VIDEO - Static variable in class com.azure.communication.callingserver.models.RecordingContent
Static value audioVideo for RecordingContent.

B

B - Static variable in class com.azure.communication.callingserver.models.ToneValue
Static value b for ToneValue.
buildAsyncClient() - Method in class com.azure.communication.callingserver.CallingServerClientBuilder
Create asynchronous client applying HMACAuthenticationPolicy, UserAgentPolicy, RetryPolicy, and CookiePolicy.
buildClient() - Method in class com.azure.communication.callingserver.CallingServerClientBuilder
Create synchronous client applying HmacAuthenticationPolicy, UserAgentPolicy, RetryPolicy, and CookiePolicy.

C

C - Static variable in class com.azure.communication.callingserver.models.ToneValue
Static value c for ToneValue.
CALL_CONNECTION_STATE_CHANGED_EVENT - Static variable in class com.azure.communication.callingserver.models.events.CallingServerEventType
The call connection state change event type.
CALL_RECORDING_STATE_CHANGED_EVENT - Static variable in class com.azure.communication.callingserver.models.events.CallingServerEventType
The call recording state change event type.
CallConnection - Class in com.azure.communication.callingserver
Synchronous Client that supports call connection operations.
CallConnectionAsync - Class in com.azure.communication.callingserver
Asynchronous client that supports call connection operations.
CallConnectionState - Class in com.azure.communication.callingserver.models
Defines values for CallConnectionState.
CallConnectionState() - Constructor for class com.azure.communication.callingserver.models.CallConnectionState
 
CallConnectionStateChangedEvent - Class in com.azure.communication.callingserver.models.events
The call connection state changed event.
CallingServerAsyncClient - Class in com.azure.communication.callingserver
Asynchronous client that supports calling server operations.
CallingServerClient - Class in com.azure.communication.callingserver
Synchronous client that supports calling server operations.
CallingServerClientBuilder - Class in com.azure.communication.callingserver
Client builder that creates CallingServerAsyncClient and CallingServerClient.
CallingServerClientBuilder() - Constructor for class com.azure.communication.callingserver.CallingServerClientBuilder
 
CallingServerError - Class in com.azure.communication.callingserver.models
The Calling Server error.
CallingServerError(String, String, String, List<CallingServerError>, CallingServerError) - Constructor for class com.azure.communication.callingserver.models.CallingServerError
Constructs a new CallingServerError
CallingServerErrorException - Exception in com.azure.communication.callingserver.models
Exception thrown for an invalid response with CallingServerError information.
CallingServerErrorException(String, HttpResponse) - Constructor for exception com.azure.communication.callingserver.models.CallingServerErrorException
Initializes a new instance of the CallingServerResponseException class.
CallingServerErrorException(String, HttpResponse, CallingServerError) - Constructor for exception com.azure.communication.callingserver.models.CallingServerErrorException
Initializes a new instance of the CallingServerErrorException class.
CallingServerEventBase - Class in com.azure.communication.callingserver.models.events
Base type for all calling events.
CallingServerEventBase() - Constructor for class com.azure.communication.callingserver.models.events.CallingServerEventBase
 
CallingServerEventType - Class in com.azure.communication.callingserver.models.events
Defines values for CallingServerEventType.
CallingServerEventType() - Constructor for class com.azure.communication.callingserver.models.events.CallingServerEventType
 
CallingServerServiceVersion - Enum in com.azure.communication.callingserver
Versions of CallingServer service supported by this client library.
CallParticipant - Class in com.azure.communication.callingserver.models
The participant in a call.
CallParticipant(CommunicationIdentifier, String, boolean) - Constructor for class com.azure.communication.callingserver.models.CallParticipant
Initializes a new instance of CallParticipant.
CallRecordingProperties - Class in com.azure.communication.callingserver.models
The result payload of get call recording state operation.
CallRecordingProperties(CallRecordingState) - Constructor for class com.azure.communication.callingserver.models.CallRecordingProperties
Initializes a new instance of CallRecordingStateResult.
CallRecordingState - Class in com.azure.communication.callingserver.models
Defines values for CallRecordingState.
CallRecordingState() - Constructor for class com.azure.communication.callingserver.models.CallRecordingState
 
CallRecordingStateChangeEvent - Class in com.azure.communication.callingserver.models.events
The call recording state change event.
cancelAllMediaOperations(String) - Method in class com.azure.communication.callingserver.CallConnection
Cancel all media operations in the call.
cancelAllMediaOperations(String) - Method in class com.azure.communication.callingserver.CallConnectionAsync
Cancel all media operations in the call.
CancelAllMediaOperationsResult - Class in com.azure.communication.callingserver.models
The response payload of the cancel all media operations.
CancelAllMediaOperationsResult(String, OperationStatus, String, ResultInfo) - Constructor for class com.azure.communication.callingserver.models.CancelAllMediaOperationsResult
Initializes a new instance of CancelAllMediaOperationsResult.
cancelAllMediaOperationsWithResponse(String, Context) - Method in class com.azure.communication.callingserver.CallConnection
Cancel all media operations in the call.
cancelAllMediaOperationsWithResponse(String) - Method in class com.azure.communication.callingserver.CallConnectionAsync
Cancel all media operations in the call.
clientOptions(ClientOptions) - Method in class com.azure.communication.callingserver.CallingServerClientBuilder
Allows the user to set a variety of client-related options, such as user-agent string, headers, etc.
com.azure.communication.callingserver - package com.azure.communication.callingserver
Package containing the classes for AzureCommunicationCallingServer.
com.azure.communication.callingserver.models - package com.azure.communication.callingserver.models
Package containing classes for AzureCommunicationCallingServerService.
com.azure.communication.callingserver.models.events - package com.azure.communication.callingserver.models.events
Package containing the event models for AzureCommunicationCallingServerService.
COMPLETED - Static variable in class com.azure.communication.callingserver.models.OperationStatus
Static value completed for OperationStatus.
configuration(Configuration) - Method in class com.azure.communication.callingserver.CallingServerClientBuilder
Sets the configuration object used to retrieve environment configuration values during building of the client.
CONNECTED - Static variable in class com.azure.communication.callingserver.models.CallConnectionState
Static value connected for CallConnectionState.
CONNECTING - Static variable in class com.azure.communication.callingserver.models.CallConnectionState
Static value connecting for CallConnectionState.
connectionString(String) - Method in class com.azure.communication.callingserver.CallingServerClientBuilder
Set connectionString to use.
createCallConnection(CommunicationIdentifier, List<CommunicationIdentifier>, CreateCallOptions) - Method in class com.azure.communication.callingserver.CallingServerAsyncClient
Create a call connection request from a source identity to targets identity.
createCallConnection(CommunicationIdentifier, List<CommunicationIdentifier>, CreateCallOptions) - Method in class com.azure.communication.callingserver.CallingServerClient
Create a call connection request from source identity to targets identity.
createCallConnectionWithResponse(CommunicationIdentifier, List<CommunicationIdentifier>, CreateCallOptions) - Method in class com.azure.communication.callingserver.CallingServerAsyncClient
Create a Call Connection Request from source identity to targets identity.
createCallConnectionWithResponse(CommunicationIdentifier, List<CommunicationIdentifier>, CreateCallOptions, Context) - Method in class com.azure.communication.callingserver.CallingServerClient
Create a Call Connection Request from source identity to targets identity.
CreateCallOptions - Class in com.azure.communication.callingserver.models
The options for creating a call.
CreateCallOptions(String, List<MediaType>, List<EventSubscriptionType>) - Constructor for class com.azure.communication.callingserver.models.CreateCallOptions
Initializes a new instance of CreateCallOptions.
credential(TokenCredential) - Method in class com.azure.communication.callingserver.CallingServerClientBuilder
Sets the TokenCredential used to authenticate HTTP requests.

D

D - Static variable in class com.azure.communication.callingserver.models.ToneValue
Static value d for ToneValue.
deserialize(BinaryData) - Static method in class com.azure.communication.callingserver.models.events.AddParticipantResultEvent
Deserialize AddParticipantResultEvent event.
deserialize(BinaryData) - Static method in class com.azure.communication.callingserver.models.events.CallConnectionStateChangedEvent
deserialize(BinaryData) - Static method in class com.azure.communication.callingserver.models.events.CallRecordingStateChangeEvent
deserialize(BinaryData) - Static method in class com.azure.communication.callingserver.models.events.ParticipantsUpdatedEvent
Deserialize ParticipantsUpdatedEvent event.
deserialize(BinaryData) - Static method in class com.azure.communication.callingserver.models.events.PlayAudioResultEvent
Deserialize PlayAudioResultEvent event.
deserialize(BinaryData) - Static method in class com.azure.communication.callingserver.models.events.ToneReceivedEvent
Deserialize ToneReceivedEvent event.
DISCONNECTED - Static variable in class com.azure.communication.callingserver.models.CallConnectionState
Static value disconnected for CallConnectionState.
DISCONNECTING - Static variable in class com.azure.communication.callingserver.models.CallConnectionState
Static value disconnecting for CallConnectionState.
downloadStream(String) - Method in class com.azure.communication.callingserver.CallingServerAsyncClient
Download the recording content, e.g.
downloadStream(String, HttpRange) - Method in class com.azure.communication.callingserver.CallingServerAsyncClient
Download the recording content, e.g.
downloadStreamWithResponse(String, HttpRange) - Method in class com.azure.communication.callingserver.CallingServerAsyncClient
Download the recording content, (e.g.
downloadTo(String, Path, ParallelDownloadOptions, boolean) - Method in class com.azure.communication.callingserver.CallingServerAsyncClient
Download the content located in endpoint into a file marked by path.
downloadTo(String, OutputStream, HttpRange) - Method in class com.azure.communication.callingserver.CallingServerClient
Download the recording content, e.g.
downloadTo(String, Path, ParallelDownloadOptions, boolean) - Method in class com.azure.communication.callingserver.CallingServerClient
Download the content located in endpoint into a file marked by path.
downloadToWithResponse(String, Path, ParallelDownloadOptions, boolean) - Method in class com.azure.communication.callingserver.CallingServerAsyncClient
Download the content located in endpoint into a file marked by path.
downloadToWithResponse(String, OutputStream, HttpRange, Context) - Method in class com.azure.communication.callingserver.CallingServerClient
Download the recording content, e.g.
downloadToWithResponse(String, Path, ParallelDownloadOptions, boolean, Context) - Method in class com.azure.communication.callingserver.CallingServerClient
Download the content located in endpoint into a file marked by path.
DTMF_RECEIVED - Static variable in class com.azure.communication.callingserver.models.EventSubscriptionType
Static value dtmfReceived for EventSubscriptionType.

E

endpoint(String) - Method in class com.azure.communication.callingserver.CallingServerClientBuilder
Set endpoint of the service.
EventSubscriptionType - Class in com.azure.communication.callingserver.models
Defines values for EventSubscriptionType.
EventSubscriptionType() - Constructor for class com.azure.communication.callingserver.models.EventSubscriptionType
 

F

FAILED - Static variable in class com.azure.communication.callingserver.models.OperationStatus
Static value failed for OperationStatus.
FLASH - Static variable in class com.azure.communication.callingserver.models.ToneValue
Static value flash for ToneValue.
fromString(String) - Static method in class com.azure.communication.callingserver.models.CallConnectionState
Creates or finds a CallConnectionState from its string representation.
fromString(String) - Static method in class com.azure.communication.callingserver.models.CallRecordingState
Creates or finds a CallRecordingState from its string representation.
fromString(String) - Static method in class com.azure.communication.callingserver.models.events.CallingServerEventType
Creates or finds a CallingServerEventType from its string representation.
fromString(String) - Static method in class com.azure.communication.callingserver.models.EventSubscriptionType
Creates or finds a EventSubscriptionType from its string representation.
fromString(String) - Static method in class com.azure.communication.callingserver.models.MediaType
Creates or finds a MediaType from its string representation.
fromString(String) - Static method in class com.azure.communication.callingserver.models.OperationStatus
Creates or finds a OperationStatus from its string representation.
fromString(String) - Static method in class com.azure.communication.callingserver.models.RecordingChannel
Creates or finds a RecordingChannel from its string representation.
fromString(String) - Static method in class com.azure.communication.callingserver.models.RecordingContent
Creates or finds a RecordingContent from its string representation.
fromString(String) - Static method in class com.azure.communication.callingserver.models.RecordingFormat
Creates or finds a RecordingFormat from its string representation.
fromString(String) - Static method in class com.azure.communication.callingserver.models.ToneValue
Creates or finds a ToneValue from its string representation.

G

getAlternateCallerId() - Method in class com.azure.communication.callingserver.models.CreateCallOptions
Get the alternate caller id of the source.
getAudioFileId() - Method in class com.azure.communication.callingserver.models.PlayAudioOptions
Get the audioFileId property: An id for the media in the AudioFileUri, using which we cache the media resource.
getBlockSize() - Method in class com.azure.communication.callingserver.models.ParallelDownloadOptions
Gets the block size (chunk size) to transfer at a time.
getCallbackUri() - Method in class com.azure.communication.callingserver.models.CreateCallOptions
Get the subject.
getCallbackUri() - Method in class com.azure.communication.callingserver.models.JoinCallOptions
Get the callbackUri property: The callback URI.
getCallbackUri() - Method in class com.azure.communication.callingserver.models.PlayAudioOptions
Get the callbackUri property: The callback Uri to receive PlayAudio status notifications.
getCallConnection(String) - Method in class com.azure.communication.callingserver.CallingServerAsyncClient
Get CallConnection object
getCallConnection(String) - Method in class com.azure.communication.callingserver.CallingServerClient
Get CallConnection object
getCallConnectionId() - Method in class com.azure.communication.callingserver.CallConnection
Get the call connection id property.
getCallConnectionId() - Method in class com.azure.communication.callingserver.CallConnectionAsync
Get the call connection id property.
getCallConnectionId() - Method in class com.azure.communication.callingserver.models.events.CallConnectionStateChangedEvent
Get the callConnectionId property: The call connection id.
getCallConnectionId() - Method in class com.azure.communication.callingserver.models.events.ParticipantsUpdatedEvent
Get the callConnectionId property: The call connection id.
getCallConnectionId() - Method in class com.azure.communication.callingserver.models.events.ToneReceivedEvent
Get the callConnectionId property: The call connection id.
getCallConnectionState() - Method in class com.azure.communication.callingserver.models.events.CallConnectionStateChangedEvent
Get the callConnectionState property: The call connection state.
getCode() - Method in class com.azure.communication.callingserver.models.CallingServerError
Get the code property: The error code.
getCode() - Method in class com.azure.communication.callingserver.models.ResultInfo
Get the code property: Gets the result code For synchronous failures, this maps one-to-one with HTTP responses.
getDetails() - Method in class com.azure.communication.callingserver.models.CallingServerError
Get the details property: Further details about specific errors that led to this error.
getIdentifier() - Method in class com.azure.communication.callingserver.models.CallParticipant
Get the communication identity of the participant.
getInnerError() - Method in class com.azure.communication.callingserver.models.CallingServerError
Get the innerError property: The inner error if any.
getLatest() - Static method in enum com.azure.communication.callingserver.CallingServerServiceVersion
Gets the latest service version supported by this client library
getMaxConcurrency() - Method in class com.azure.communication.callingserver.models.ParallelDownloadOptions
Gets the maximum number of parallel requests that will be issued at any given time.
getMessage() - Method in class com.azure.communication.callingserver.models.CallingServerError
Get the message property: The error message.
getMessage() - Method in class com.azure.communication.callingserver.models.ResultInfo
Get the message property: Gets the message The message is a detail explanation of subcode.
getOperationContext() - Method in class com.azure.communication.callingserver.models.CancelAllMediaOperationsResult
Get the operationContext property: Gets the operation context.
getOperationContext() - Method in class com.azure.communication.callingserver.models.events.AddParticipantResultEvent
Get the operationContext property: The operation context.
getOperationContext() - Method in class com.azure.communication.callingserver.models.events.PlayAudioResultEvent
Get the operationContext property: The operation context.
getOperationContext() - Method in class com.azure.communication.callingserver.models.PlayAudioOptions
Get the operationContext property: The value to identify context of the operation.
getOperationContext() - Method in class com.azure.communication.callingserver.models.PlayAudioResult
Get the operationContext property: Gets or sets the operation context.
getOperationId() - Method in class com.azure.communication.callingserver.models.CancelAllMediaOperationsResult
Get the operationId property: The operation id.
getOperationId() - Method in class com.azure.communication.callingserver.models.PlayAudioResult
Get the operationId property: The operation id.
getParticipantId() - Method in class com.azure.communication.callingserver.models.AddParticipantResult
Get the participantId property: The id of the added participant.
getParticipantId() - Method in class com.azure.communication.callingserver.models.CallParticipant
Get the participant id.
getParticipants() - Method in class com.azure.communication.callingserver.models.events.ParticipantsUpdatedEvent
Get the participants.
getProgressReceiver() - Method in class com.azure.communication.callingserver.models.ParallelDownloadOptions
Gets the Progress receiver for parallel reporting
getRecordingChannel() - Method in class com.azure.communication.callingserver.models.StartRecordingOptions
Get the recordingChannel property: Optional, mixed by default.
getRecordingContent() - Method in class com.azure.communication.callingserver.models.StartRecordingOptions
Get the recordingContent property: Optional, audioVideo by default.
getRecordingFormat() - Method in class com.azure.communication.callingserver.models.StartRecordingOptions
Get the recordingFormat property: Optional, mp4 by default.
getRecordingId() - Method in class com.azure.communication.callingserver.models.events.CallRecordingStateChangeEvent
Get the recordingId property: The call recording id.
getRecordingId() - Method in class com.azure.communication.callingserver.models.StartCallRecordingResult
Get the recordingId property: The recording id of the started recording.
getRecordingState() - Method in class com.azure.communication.callingserver.models.CallRecordingProperties
Get the recordingState property: The state of the recording.
getRecordingState(String) - Method in class com.azure.communication.callingserver.ServerCall
Get the current recording state by recording id.
getRecordingState(String) - Method in class com.azure.communication.callingserver.ServerCallAsync
Get current recording state by recording id.
getRecordingStateWithResponse(String, Context) - Method in class com.azure.communication.callingserver.ServerCall
Get the current recording state by recording id.
getRecordingStateWithResponse(String) - Method in class com.azure.communication.callingserver.ServerCallAsync
Get current recording state by recording id.
getRequestedCallEvents() - Method in class com.azure.communication.callingserver.models.CreateCallOptions
Get the requested call events to subscribe to.
getRequestedCallEvents() - Method in class com.azure.communication.callingserver.models.JoinCallOptions
Get the requestedCallEvents property: The requested call events to subscribe to.
getRequestedMediaTypes() - Method in class com.azure.communication.callingserver.models.CreateCallOptions
Get the requested modalities.
getRequestedMediaTypes() - Method in class com.azure.communication.callingserver.models.JoinCallOptions
Get the requestedMediaTypes property: The requested MediaTypes.
getResultInfo() - Method in class com.azure.communication.callingserver.models.CancelAllMediaOperationsResult
Get the resultInfo property: Gets the result info.
getResultInfo() - Method in class com.azure.communication.callingserver.models.events.AddParticipantResultEvent
Get the resultInfo property: The result details.
getResultInfo() - Method in class com.azure.communication.callingserver.models.events.PlayAudioResultEvent
Get the resultInfo property: The result details.
getResultInfo() - Method in class com.azure.communication.callingserver.models.PlayAudioResult
Get the resultInfo property: Gets or sets the result info.
getSequenceId() - Method in class com.azure.communication.callingserver.models.ToneInfo
Get the sequenceId property: Gets the sequence id.
getServerCallId() - Method in class com.azure.communication.callingserver.models.events.CallConnectionStateChangedEvent
Get the serverCallId property: The server call id.
getServerCallId() - Method in class com.azure.communication.callingserver.models.events.CallRecordingStateChangeEvent
Get the serverCallId property: The server call id.
getServerCallId() - Method in class com.azure.communication.callingserver.ServerCall
Get server call id property.
getServerCallId() - Method in class com.azure.communication.callingserver.ServerCallAsync
Get server call id property
getStartDateTime() - Method in class com.azure.communication.callingserver.models.events.CallRecordingStateChangeEvent
Get the startDateTime property: The time the recording started.
getState() - Method in class com.azure.communication.callingserver.models.events.CallRecordingStateChangeEvent
Get the state property: The state of the recording.
getStatus() - Method in class com.azure.communication.callingserver.models.CancelAllMediaOperationsResult
Get the status property: Gets the status of the operation.
getStatus() - Method in class com.azure.communication.callingserver.models.events.AddParticipantResultEvent
Get the status property: Gets the status of the operation.
getStatus() - Method in class com.azure.communication.callingserver.models.events.PlayAudioResultEvent
Get the status property: Gets the status of the operation.
getStatus() - Method in class com.azure.communication.callingserver.models.PlayAudioResult
Get the status property: Gets or sets the status of the operation.
getSubcode() - Method in class com.azure.communication.callingserver.models.ResultInfo
Get the subcode property: Gets the result subcode.
getSubject() - Method in class com.azure.communication.callingserver.models.CreateCallOptions
Get the subject.
getSubject() - Method in class com.azure.communication.callingserver.models.JoinCallOptions
Get the subject property: The subject.
getTarget() - Method in class com.azure.communication.callingserver.models.CallingServerError
Get the target property: The error target.
getTone() - Method in class com.azure.communication.callingserver.models.ToneInfo
Get the tone property: Gets the tone detected.
getToneInfo() - Method in class com.azure.communication.callingserver.models.events.ToneReceivedEvent
Get the toneInfo property: The tone info.
getValue() - Method in exception com.azure.communication.callingserver.models.CallingServerErrorException
 
getVersion() - Method in enum com.azure.communication.callingserver.CallingServerServiceVersion

H

hangup() - Method in class com.azure.communication.callingserver.CallConnection
Disconnect from a call.
hangup() - Method in class com.azure.communication.callingserver.CallConnectionAsync
Hangup a call.
hangupWithResponse(Context) - Method in class com.azure.communication.callingserver.CallConnection
Disconnect from a call.
hangupWithResponse() - Method in class com.azure.communication.callingserver.CallConnectionAsync
Hangup a call.
httpClient(HttpClient) - Method in class com.azure.communication.callingserver.CallingServerClientBuilder
Set httpClient to use
httpLogOptions(HttpLogOptions) - Method in class com.azure.communication.callingserver.CallingServerClientBuilder
Sets the HttpLogOptions for service requests.

I

INACTIVE - Static variable in class com.azure.communication.callingserver.models.CallRecordingState
Static value inactive for CallRecordingState.
INCOMING - Static variable in class com.azure.communication.callingserver.models.CallConnectionState
Static value incoming for CallConnectionState.
initializeServerCall(String) - Method in class com.azure.communication.callingserver.CallingServerAsyncClient
Get ServerCall object.
initializeServerCall(String) - Method in class com.azure.communication.callingserver.CallingServerClient
Get ServerCall object
isLoop() - Method in class com.azure.communication.callingserver.models.PlayAudioOptions
Get the loop property: The flag indicating whether audio file needs to be played in loop or not.
isMuted() - Method in class com.azure.communication.callingserver.models.CallParticipant
Get is participant muted.

J

joinCall(String, CommunicationIdentifier, JoinCallOptions) - Method in class com.azure.communication.callingserver.CallingServerAsyncClient
Join a Call
joinCall(String, CommunicationIdentifier, JoinCallOptions) - Method in class com.azure.communication.callingserver.CallingServerClient
Join a call
JoinCallOptions - Class in com.azure.communication.callingserver.models
The options for join call.
JoinCallOptions(String, List<MediaType>, List<EventSubscriptionType>) - Constructor for class com.azure.communication.callingserver.models.JoinCallOptions
Initializes a new instance of JoinCallOptions.
joinCallWithResponse(String, CommunicationIdentifier, JoinCallOptions) - Method in class com.azure.communication.callingserver.CallingServerAsyncClient
Join a call
joinCallWithResponse(String, CommunicationIdentifier, JoinCallOptions, Context) - Method in class com.azure.communication.callingserver.CallingServerClient
Join a call

M

MediaType - Class in com.azure.communication.callingserver.models
Defines values for MediaType.
MediaType() - Constructor for class com.azure.communication.callingserver.models.MediaType
 
MIXED - Static variable in class com.azure.communication.callingserver.models.RecordingChannel
Static value mixed for RecordingChannel.
MP3 - Static variable in class com.azure.communication.callingserver.models.RecordingFormat
Static value mp3 for RecordingFormat.
MP4 - Static variable in class com.azure.communication.callingserver.models.RecordingFormat
Static value mp4 for RecordingFormat.

N

NOT_STARTED - Static variable in class com.azure.communication.callingserver.models.OperationStatus
Static value notStarted for OperationStatus.

O

OperationStatus - Class in com.azure.communication.callingserver.models
Defines values for OperationStatus.
OperationStatus() - Constructor for class com.azure.communication.callingserver.models.OperationStatus
 

P

ParallelDownloadOptions - Class in com.azure.communication.callingserver.models
This class contains configuration used to parallelize data transfer operations.
ParallelDownloadOptions() - Constructor for class com.azure.communication.callingserver.models.ParallelDownloadOptions
Creates a new ParallelDownloadOptions with default parameters applied.
PARTICIPANTS_UPDATED - Static variable in class com.azure.communication.callingserver.models.EventSubscriptionType
Static value participantsUpdated for EventSubscriptionType.
PARTICIPANTS_UPDATED_EVENT - Static variable in class com.azure.communication.callingserver.models.events.CallingServerEventType
The participants updated event type.
ParticipantsUpdatedEvent - Class in com.azure.communication.callingserver.models.events
The participants updated event.
pauseRecording(String) - Method in class com.azure.communication.callingserver.ServerCall
Pause recording of the call.
pauseRecording(String) - Method in class com.azure.communication.callingserver.ServerCallAsync
Pause recording of the call.
pauseRecordingWithResponse(String, Context) - Method in class com.azure.communication.callingserver.ServerCall
Pause recording of the call.
pauseRecordingWithResponse(String) - Method in class com.azure.communication.callingserver.ServerCallAsync
Pause recording of the call.
pipeline(HttpPipeline) - Method in class com.azure.communication.callingserver.CallingServerClientBuilder
Set endpoint of the service.
PLAY_AUDIO_RESULT_EVENT - Static variable in class com.azure.communication.callingserver.models.events.CallingServerEventType
The play audio result event type.
playAudio(String, boolean, String, String, String) - Method in class com.azure.communication.callingserver.CallConnection
Play audio in the call.
playAudio(String, PlayAudioOptions) - Method in class com.azure.communication.callingserver.CallConnection
Play audio in the call.
playAudio(String, boolean, String, String, String) - Method in class com.azure.communication.callingserver.CallConnectionAsync
Play audio in a call.
playAudio(String, PlayAudioOptions) - Method in class com.azure.communication.callingserver.CallConnectionAsync
Play audio in a call.
playAudio(String, String, String, String) - Method in class com.azure.communication.callingserver.ServerCall
Play audio in a call.
playAudio(String, PlayAudioOptions) - Method in class com.azure.communication.callingserver.ServerCall
Play audio in a call.
playAudio(String, String, String, String) - Method in class com.azure.communication.callingserver.ServerCallAsync
Play audio in a call.
playAudio(String, PlayAudioOptions) - Method in class com.azure.communication.callingserver.ServerCallAsync
Play audio in a call.
PlayAudioOptions - Class in com.azure.communication.callingserver.models
The request payload for playing audio.
PlayAudioOptions() - Constructor for class com.azure.communication.callingserver.models.PlayAudioOptions
 
PlayAudioResult - Class in com.azure.communication.callingserver.models
The response payload for play audio operation.
PlayAudioResult(String, OperationStatus, String, ResultInfo) - Constructor for class com.azure.communication.callingserver.models.PlayAudioResult
Initializes a new instance of PlayAudioResult.
PlayAudioResultEvent - Class in com.azure.communication.callingserver.models.events
The play audio result event.
playAudioWithResponse(String, PlayAudioOptions, Context) - Method in class com.azure.communication.callingserver.CallConnection
Play audio in the call.
playAudioWithResponse(String, PlayAudioOptions) - Method in class com.azure.communication.callingserver.CallConnectionAsync
Play audio in a call.
playAudioWithResponse(String, PlayAudioOptions, Context) - Method in class com.azure.communication.callingserver.ServerCall
Play audio in a call.
playAudioWithResponse(String, PlayAudioOptions) - Method in class com.azure.communication.callingserver.ServerCallAsync
Play audio in a call.
POUND - Static variable in class com.azure.communication.callingserver.models.ToneValue
Static value pound for ToneValue.
ProgressReceiver - Interface in com.azure.communication.callingserver.models
A ProgressReceiver is an object that can be used to report progress on network transfers.

R

RecordingChannel - Class in com.azure.communication.callingserver.models
Defines values for RecordingChannel.
RecordingChannel() - Constructor for class com.azure.communication.callingserver.models.RecordingChannel
 
RecordingContent - Class in com.azure.communication.callingserver.models
Defines values for RecordingContent.
RecordingContent() - Constructor for class com.azure.communication.callingserver.models.RecordingContent
 
RecordingFormat - Class in com.azure.communication.callingserver.models
Defines values for RecordingFormat.
RecordingFormat() - Constructor for class com.azure.communication.callingserver.models.RecordingFormat
 
removeParticipant(String) - Method in class com.azure.communication.callingserver.CallConnection
Remove a participant from the call.
removeParticipant(String) - Method in class com.azure.communication.callingserver.CallConnectionAsync
Remove a participant from the call.
removeParticipant(String) - Method in class com.azure.communication.callingserver.ServerCall
Remove a participant from the call.
removeParticipant(String) - Method in class com.azure.communication.callingserver.ServerCallAsync
Remove a participant from the call.
removeParticipantWithResponse(String, Context) - Method in class com.azure.communication.callingserver.CallConnection
Remove a participant from the call.
removeParticipantWithResponse(String) - Method in class com.azure.communication.callingserver.CallConnectionAsync
Remove a participant from the call.
removeParticipantWithResponse(String, Context) - Method in class com.azure.communication.callingserver.ServerCall
Remove a participant from the call.
removeParticipantWithResponse(String) - Method in class com.azure.communication.callingserver.ServerCallAsync
Remove a participant from the call.
reportProgress(long) - Method in interface com.azure.communication.callingserver.models.ProgressReceiver
The callback function invoked as progress is reported.
ResultInfo - Class in com.azure.communication.callingserver.models
Result info class to be used to report result status for actions/operations.
ResultInfo(Integer, Integer, String) - Constructor for class com.azure.communication.callingserver.models.ResultInfo
Initializes a new instance of ResultInfo.
resumeRecording(String) - Method in class com.azure.communication.callingserver.ServerCall
Resume recording of the call.
resumeRecording(String) - Method in class com.azure.communication.callingserver.ServerCallAsync
Resume recording of the call.
resumeRecordingWithResponse(String, Context) - Method in class com.azure.communication.callingserver.ServerCall
Resume recording of the call.
resumeRecordingWithResponse(String) - Method in class com.azure.communication.callingserver.ServerCallAsync
Resume recording of the call.
retryPolicy(RetryPolicy) - Method in class com.azure.communication.callingserver.CallingServerClientBuilder
Sets the retry policy to use (using the RetryPolicy type).
RUNNING - Static variable in class com.azure.communication.callingserver.models.OperationStatus
Static value running for OperationStatus.

S

ServerCall - Class in com.azure.communication.callingserver
Synchronous Client that supports server call operations.
ServerCallAsync - Class in com.azure.communication.callingserver
Asynchronous client that supports server call operations.
serviceVersion(CallingServerServiceVersion) - Method in class com.azure.communication.callingserver.CallingServerClientBuilder
Sets the CallingServerServiceVersion that is used when making API requests.
setAlternateCallerId(PhoneNumberIdentifier) - Method in class com.azure.communication.callingserver.models.CreateCallOptions
Set the alternate caller id of the source to be used when target is phone number.
setAudioFileId(String) - Method in class com.azure.communication.callingserver.models.PlayAudioOptions
Set the audioFileId property: An id for the media in the AudioFileUri, using which we cache the media resource.
setBlockSize(Long) - Method in class com.azure.communication.callingserver.models.ParallelDownloadOptions
Sets the block size.
setCallbackUri(String) - Method in class com.azure.communication.callingserver.models.JoinCallOptions
Set the callbackUri property: The callback URI.
setCallbackUri(String) - Method in class com.azure.communication.callingserver.models.PlayAudioOptions
Set the callbackUri property: The callback Uri to receive PlayAudio status notifications.
setLoop(Boolean) - Method in class com.azure.communication.callingserver.models.PlayAudioOptions
Set the loop property: The flag indicating whether audio file needs to be played in loop or not.
setMaxConcurrency(Integer) - Method in class com.azure.communication.callingserver.models.ParallelDownloadOptions
 
setOperationContext(String) - Method in class com.azure.communication.callingserver.models.PlayAudioOptions
Set the operationContext property: The value to identify context of the operation.
setProgressReceiver(ProgressReceiver) - Method in class com.azure.communication.callingserver.models.ParallelDownloadOptions
setRecordingChannel(RecordingChannel) - Method in class com.azure.communication.callingserver.models.StartRecordingOptions
Set the recordingChannel property: Optional, mixed by default.
setRecordingContent(RecordingContent) - Method in class com.azure.communication.callingserver.models.StartRecordingOptions
Set the recordingContent property: Optional, audioVideo by default.
setRecordingFormat(RecordingFormat) - Method in class com.azure.communication.callingserver.models.StartRecordingOptions
Set the recordingFormat property: Optional, mp4 by default.
setRequestedCallEvents(List<EventSubscriptionType>) - Method in class com.azure.communication.callingserver.models.JoinCallOptions
Set the requestedCallEvents property: The requested call events to subscribe to.
setRequestedMediaTypes(List<MediaType>) - Method in class com.azure.communication.callingserver.models.JoinCallOptions
Set the requestedMediaTypes property: The requested MediaTypes.
setSubject(String) - Method in class com.azure.communication.callingserver.models.CreateCallOptions
Set the subject.
setSubject(String) - Method in class com.azure.communication.callingserver.models.JoinCallOptions
Set the subject property: The subject.
STAR - Static variable in class com.azure.communication.callingserver.models.ToneValue
Static value star for ToneValue.
StartCallRecordingResult - Class in com.azure.communication.callingserver.models
The response payload of start call recording operation.
StartCallRecordingResult(String) - Constructor for class com.azure.communication.callingserver.models.StartCallRecordingResult
Initializes a new instance of StartCallRecordingResult.
startRecording(String) - Method in class com.azure.communication.callingserver.ServerCall
Start recording of the call.
startRecording(String) - Method in class com.azure.communication.callingserver.ServerCallAsync
Start recording of the call.
StartRecordingOptions - Class in com.azure.communication.callingserver.models
Defines values for RecordingFormatType.
StartRecordingOptions() - Constructor for class com.azure.communication.callingserver.models.StartRecordingOptions
 
startRecordingWithResponse(String, StartRecordingOptions, Context) - Method in class com.azure.communication.callingserver.ServerCall
Start recording of the call.
startRecordingWithResponse(String, StartRecordingOptions, Context) - Method in class com.azure.communication.callingserver.ServerCallAsync
Start recording of the call.
stopRecording(String) - Method in class com.azure.communication.callingserver.ServerCall
Stop recording of the call.
stopRecording(String) - Method in class com.azure.communication.callingserver.ServerCallAsync
Stop recording of the call.
stopRecordingWithResponse(String, Context) - Method in class com.azure.communication.callingserver.ServerCall
Stop recording of the call.
stopRecordingWithResponse(String) - Method in class com.azure.communication.callingserver.ServerCallAsync
Stop recording of the call.

T

TONE0 - Static variable in class com.azure.communication.callingserver.models.ToneValue
Static value tone0 for ToneValue.
TONE1 - Static variable in class com.azure.communication.callingserver.models.ToneValue
Static value tone1 for ToneValue.
TONE2 - Static variable in class com.azure.communication.callingserver.models.ToneValue
Static value tone2 for ToneValue.
TONE3 - Static variable in class com.azure.communication.callingserver.models.ToneValue
Static value tone3 for ToneValue.
TONE4 - Static variable in class com.azure.communication.callingserver.models.ToneValue
Static value tone4 for ToneValue.
TONE5 - Static variable in class com.azure.communication.callingserver.models.ToneValue
Static value tone5 for ToneValue.
TONE6 - Static variable in class com.azure.communication.callingserver.models.ToneValue
Static value tone6 for ToneValue.
TONE7 - Static variable in class com.azure.communication.callingserver.models.ToneValue
Static value tone7 for ToneValue.
TONE8 - Static variable in class com.azure.communication.callingserver.models.ToneValue
Static value tone8 for ToneValue.
TONE9 - Static variable in class com.azure.communication.callingserver.models.ToneValue
Static value tone9 for ToneValue.
TONE_RECEIVED_EVENT - Static variable in class com.azure.communication.callingserver.models.events.CallingServerEventType
The subscribe to tone event type.
ToneInfo - Class in com.azure.communication.callingserver.models
The class to represent Tone info detail.
ToneInfo(Integer, ToneValue) - Constructor for class com.azure.communication.callingserver.models.ToneInfo
Initializes a new instance of ToneInfo.
ToneReceivedEvent - Class in com.azure.communication.callingserver.models.events
The subscribe to tone event.
ToneValue - Class in com.azure.communication.callingserver.models
Defines values for ToneValue.
ToneValue() - Constructor for class com.azure.communication.callingserver.models.ToneValue
 

U

UNMIXED - Static variable in class com.azure.communication.callingserver.models.RecordingChannel
Static value unmixed for RecordingChannel.

V

valueOf(String) - Static method in enum com.azure.communication.callingserver.CallingServerServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.communication.callingserver.CallingServerServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.communication.callingserver.models.CallConnectionState
 
values() - Static method in class com.azure.communication.callingserver.models.CallRecordingState
 
values() - Static method in class com.azure.communication.callingserver.models.events.CallingServerEventType
 
values() - Static method in class com.azure.communication.callingserver.models.EventSubscriptionType
 
values() - Static method in class com.azure.communication.callingserver.models.MediaType
 
values() - Static method in class com.azure.communication.callingserver.models.OperationStatus
 
values() - Static method in class com.azure.communication.callingserver.models.RecordingChannel
 
values() - Static method in class com.azure.communication.callingserver.models.RecordingContent
 
values() - Static method in class com.azure.communication.callingserver.models.RecordingFormat
 
values() - Static method in class com.azure.communication.callingserver.models.ToneValue
 
VIDEO - Static variable in class com.azure.communication.callingserver.models.MediaType
Static value video for MediaType.

W

WAV - Static variable in class com.azure.communication.callingserver.models.RecordingFormat
Static value wav for RecordingFormat.
A B C D E F G H I J M N O P R S T U V W 
Skip navigation links

Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.