| 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.joinCall(String serverCallId,
com.azure.communication.common.CommunicationIdentifier source,
JoinCallOptions joinCallOptions)
Join a call
|
Mono<CallConnectionAsync> |
CallingServerAsyncClient.joinCall(String serverCallId,
com.azure.communication.common.CommunicationIdentifier source,
JoinCallOptions joinCallOptions)
Join a Call
|
Mono<com.azure.core.http.rest.Response<CallConnectionAsync>> |
CallingServerAsyncClient.joinCallWithResponse(String serverCallId,
com.azure.communication.common.CommunicationIdentifier source,
JoinCallOptions joinCallOptions)
Join a call
|
com.azure.core.http.rest.Response<CallConnection> |
CallingServerClient.joinCallWithResponse(String serverCallId,
com.azure.communication.common.CommunicationIdentifier source,
JoinCallOptions joinCallOptions,
com.azure.core.util.Context context)
Join a call
|
| Modifier and Type | Method and Description |
|---|---|
JoinCallOptions |
JoinCallOptions.setCallbackUri(String callbackUri)
Set the callbackUri property: The callback URI.
|
JoinCallOptions |
JoinCallOptions.setRequestedCallEvents(List<EventSubscriptionType> requestedCallEvents)
Set the requestedCallEvents property: The requested call events to subscribe
to.
|
JoinCallOptions |
JoinCallOptions.setRequestedMediaTypes(List<MediaType> requestedMediaTypes)
Set the requestedMediaTypes property: The requested MediaTypes.
|
JoinCallOptions |
JoinCallOptions.setSubject(String subject)
Set the subject property: The subject.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.