- 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
-
- 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.
- 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
- 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.
- 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
-
- 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.