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