Uses of Class
com.azure.communication.callautomation.models.AddParticipantResult
Packages that use AddParticipantResult
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
-
Uses of AddParticipantResult in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation that return AddParticipantResultModifier and TypeMethodDescriptionCallConnection.addParticipant(CallInvite participant) Add a participant to the call.Methods in com.azure.communication.callautomation that return types with arguments of type AddParticipantResultModifier and TypeMethodDescriptionCallConnectionAsync.addParticipant(CallInvite participant) Add a participant to the call.com.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.