Uses of Class
com.azure.communication.callautomation.models.AnswerCallResult
Packages that use AnswerCallResult
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
-
Uses of AnswerCallResult in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation that return AnswerCallResultModifier and TypeMethodDescriptionCallAutomationClient.answerCall(String incomingCallContext, String callbackUrl) Answer an incoming callMethods in com.azure.communication.callautomation that return types with arguments of type AnswerCallResultModifier and TypeMethodDescriptionCallAutomationAsyncClient.answerCall(String incomingCallContext, String callbackUrl) Answer an incoming callMono<com.azure.core.http.rest.Response<AnswerCallResult>> CallAutomationAsyncClient.answerCallWithResponse(AnswerCallOptions answerCallOptions) Create a call connection request from a source identity to a target identity.com.azure.core.http.rest.Response<AnswerCallResult> CallAutomationClient.answerCallWithResponse(AnswerCallOptions answerCallOptions, com.azure.core.util.Context context) Create a call connection request from a source identity to a target identity.