CallResult Class
- java.
lang. Object - com.
azure. communication. callautomation. models. CallResult
- com.
public abstract class CallResult
The abstract class used as parent of [action]CallResult
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Call |
getCallConnection()
Get the call |
|
Call |
getCallConnectionAsync()
Get the call |
|
Call |
getCallConnectionProperties()
Get the call |
Methods inherited from java.lang.Object
Method Details
getCallConnection
public CallConnection getCallConnection()
Get the callConnection.
Returns:
getCallConnectionAsync
public CallConnectionAsync getCallConnectionAsync()
Get the callConnectionAsync.
Returns:
getCallConnectionProperties
public CallConnectionProperties getCallConnectionProperties()
Get the callConnectionProperties.
Returns: