Uses of Class
com.azure.communication.callautomation.models.CallLocator
Packages that use CallLocator
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of CallLocator in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation with parameters of type CallLocatorModifier and TypeMethodDescriptionCallAutomationAsyncClient.connectCall(CallLocator callLocator, String callbackUrl) Create a connect request.CallAutomationClient.connectCall(CallLocator callLocator, String callbackUrl) Create a connect request -
Uses of CallLocator in com.azure.communication.callautomation.models
Subclasses of CallLocator in com.azure.communication.callautomation.modelsModifier and TypeClassDescriptionfinal classThe locator used for joining or taking action on a call.final classThe locator used for joining or taking action on a call.final classThe locator used for joining or taking action on a call.Methods in com.azure.communication.callautomation.models that return CallLocatorModifier and TypeMethodDescriptionConnectCallOptions.getCallLocator()Get the call locator.StartRecordingOptions.getCallLocator()Get the call locator.Constructors in com.azure.communication.callautomation.models with parameters of type CallLocatorModifierConstructorDescriptionConnectCallOptions(CallLocator callLocator, String callbackUrl) Creates a new instance of ConnectCallOptionsStartRecordingOptions(CallLocator callLocator) Constructor