Delen via


CallResult Class

  • java.lang.Object
    • com.azure.communication.callautomation.models.CallResult

public abstract class CallResult

The abstract class used as parent of [action]CallResult

Method Summary

Modifier and Type Method and Description
CallConnection getCallConnection()

Get the callConnection.

CallConnectionAsync getCallConnectionAsync()

Get the callConnectionAsync.

CallConnectionProperties getCallConnectionProperties()

Get the callConnectionProperties.

Methods inherited from java.lang.Object

Method Details

getCallConnection

public CallConnection getCallConnection()

Get the callConnection.

Returns:

the callConnection.

getCallConnectionAsync

public CallConnectionAsync getCallConnectionAsync()

Get the callConnectionAsync.

Returns:

the callConnectionAsync.

getCallConnectionProperties

public CallConnectionProperties getCallConnectionProperties()

Get the callConnectionProperties.

Returns:

the callConnectionProperties.

Applies to