| Package | Description |
|---|---|
| com.azure.communication.callingserver |
Package containing the classes for AzureCommunicationCallingServer.
|
| 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.
|
CallConnection |
CallingServerClient.getCallConnection(String callConnectionId)
Get CallConnection object
|
CallConnection |
CallingServerClient.joinCall(String serverCallId,
com.azure.communication.common.CommunicationIdentifier source,
JoinCallOptions joinCallOptions)
Join a call
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.