Uses of Class
com.azure.communication.callautomation.models.AddParticipantOptions
Packages that use AddParticipantOptions
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of AddParticipantOptions in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation with parameters of type AddParticipantOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AddParticipantResult> CallConnection.addParticipantWithResponse(AddParticipantOptions addParticipantOptions, com.azure.core.util.Context context) Add a participant to the call.Mono<com.azure.core.http.rest.Response<AddParticipantResult>> CallConnectionAsync.addParticipantWithResponse(AddParticipantOptions addParticipantOptions) Add a participant to the call. -
Uses of AddParticipantOptions in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return AddParticipantOptionsModifier and TypeMethodDescriptionAddParticipantOptions.setInvitationTimeout(Duration invitationTimeout) Set the invitationTimeoutInSeconds.AddParticipantOptions.setOperationCallbackUrl(String operationCallbackUrl) Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.AddParticipantOptions.setOperationContext(String operationContext) Set the operationContext.