| 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 |
|---|---|
CallConnection |
CallingServerClient.createCallConnection(com.azure.communication.common.CommunicationIdentifier source,
List<com.azure.communication.common.CommunicationIdentifier> targets,
CreateCallOptions createCallOptions)
Create a call connection request from source identity to targets identity.
|
Mono<CallConnectionAsync> |
CallingServerAsyncClient.createCallConnection(com.azure.communication.common.CommunicationIdentifier source,
List<com.azure.communication.common.CommunicationIdentifier> targets,
CreateCallOptions createCallOptions)
Create a call connection request from a source identity to targets identity.
|
Mono<com.azure.core.http.rest.Response<CallConnectionAsync>> |
CallingServerAsyncClient.createCallConnectionWithResponse(com.azure.communication.common.CommunicationIdentifier source,
List<com.azure.communication.common.CommunicationIdentifier> targets,
CreateCallOptions createCallOptions)
Create a Call Connection Request from source identity to targets identity.
|
com.azure.core.http.rest.Response<CallConnection> |
CallingServerClient.createCallConnectionWithResponse(com.azure.communication.common.CommunicationIdentifier source,
List<com.azure.communication.common.CommunicationIdentifier> targets,
CreateCallOptions createCallOptions,
com.azure.core.util.Context context)
Create a Call Connection Request from source identity to targets identity.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCallOptions |
CreateCallOptions.setAlternateCallerId(com.azure.communication.common.PhoneNumberIdentifier alternateCallerId)
Set the alternate caller id of the source to be used when target is phone number.
|
CreateCallOptions |
CreateCallOptions.setSubject(String subject)
Set the subject.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.