Uses of Class
com.azure.communication.callautomation.models.CallInvite
Packages that use CallInvite
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of CallInvite in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation with parameters of type CallInviteModifier and TypeMethodDescriptionCallConnection.addParticipant(CallInvite participant) Add a participant to the call.CallConnectionAsync.addParticipant(CallInvite participant) Add a participant to the call.CallAutomationAsyncClient.createCall(CallInvite targetParticipant, String callbackUrl) Create a call connection request from a source identity to a target identity.CallAutomationClient.createCall(CallInvite targetParticipant, String callbackUrl) Create a call connection request from a source identity to a target identity.CallAutomationAsyncClient.redirectCall(String incomingCallContext, CallInvite targetParticipant) Redirect a callvoidCallAutomationClient.redirectCall(String incomingCallContext, CallInvite targetParticipant) Redirect a call -
Uses of CallInvite in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return CallInviteModifier and TypeMethodDescriptionCreateCallOptions.getCallInvite()Get Call invitee informationAddParticipantOptions.getTargetParticipant()Get Information for participant to addRedirectCallOptions.getTargetParticipant()Information of target of being redirected toCallInvite.setSourceCallerIdNumber(PhoneNumberIdentifier sourceCallerIdNumber) set PhoneNumberIdentifier for PSTN callerCallInvite.setSourceDisplayName(String sourceDisplayName) set display name for callerConstructors in com.azure.communication.callautomation.models with parameters of type CallInviteModifierConstructorDescriptionAddParticipantOptions(CallInvite targetParticipant) ConstructorCreateCallOptions(CallInvite callInvite, String callbackUrl) ConstructorRedirectCallOptions(String incomingCallContext, CallInvite targetParticipant) Constructor