Class AnswerCallResult
java.lang.Object
com.azure.communication.callautomation.models.CallResult
com.azure.communication.callautomation.models.AnswerCallResult
The result of answering a call
-
Constructor Summary
ConstructorsConstructorDescriptionAnswerCallResult(CallConnectionProperties callConnectionProperties, CallConnection callConnection, CallConnectionAsync callConnectionAsync) Constructor -
Method Summary
Methods inherited from class com.azure.communication.callautomation.models.CallResult
getCallConnection, getCallConnectionAsync, getCallConnectionProperties
-
Constructor Details
-
AnswerCallResult
public AnswerCallResult(CallConnectionProperties callConnectionProperties, CallConnection callConnection, CallConnectionAsync callConnectionAsync) Constructor- Parameters:
callConnectionProperties- The callConnectionPropertiescallConnection- The callConnectioncallConnectionAsync- The callConnectionAsync
-