Uses of Class
com.azure.communication.callautomation.models.CallParticipant
Packages that use CallParticipant
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
Package containing events for AzureCommunicationCallingServerService. null.
-
Uses of CallParticipant in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation that return CallParticipantModifier and TypeMethodDescriptionCallConnection.getParticipant(CommunicationIdentifier targetParticipant) Get a specific participant.Methods in com.azure.communication.callautomation that return types with arguments of type CallParticipantModifier and TypeMethodDescriptionCallConnectionAsync.getParticipant(CommunicationIdentifier targetParticipant) Get a specific participant.com.azure.core.http.rest.Response<CallParticipant> CallConnection.getParticipantWithResponse(CommunicationIdentifier targetParticipant, com.azure.core.util.Context context) Get all participants.Mono<com.azure.core.http.rest.Response<CallParticipant>> CallConnectionAsync.getParticipantWithResponse(CommunicationIdentifier targetParticipant) Get a specific participant.com.azure.core.http.rest.PagedIterable<CallParticipant> CallConnection.listParticipants()Get all participants.com.azure.core.http.rest.PagedIterable<CallParticipant> CallConnection.listParticipants(com.azure.core.util.Context context) Get all participants.com.azure.core.http.rest.PagedFlux<CallParticipant> CallConnectionAsync.listParticipants()Get all participants. -
Uses of CallParticipant in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return CallParticipantModifier and TypeMethodDescriptionAddParticipantResult.getParticipant()Get the participant property: The participant property. -
Uses of CallParticipant in com.azure.communication.callautomation.models.events
Methods in com.azure.communication.callautomation.models.events that return types with arguments of type CallParticipantModifier and TypeMethodDescriptionParticipantsUpdated.getParticipants()Get the participants property: List of current participants in the call.