Class Call
com.poly.polyos.call
Class Call
- java.lang.Object
- com.poly.polyos.call.Call
public class
Call
extends java.lang.Object
Represents a call. Experimental API
Nested Class Summary
Modifier and Type | Class and Description |
---|---|
static class | Call.CallDirection |
The direction of this call | |
static class | Call.CallState |
The state of a call |
Field Summary
Modifier and Type | Field and Description |
---|---|
boolean | audio |
Whether this is an audio call | |
Call.CallDirection | callDirection |
Direction of the call | |
java.lang.String | callId |
Unique id of the call | |
boolean | content |
Whether content is shared | |
DialInfo | dialInfo |
DialInfo of this call | |
boolean | video |
Whether this is a video call |
Constructor Summary
Constructor and Description
Call()
Method Summary
Methods inherited from class java.lang.Object
clone
, equals
, finalize
, getClass
, hashCode
, notify
, notifyAll
, toString
, wait
, wait
, wait
Field Detail
callId
public java.lang.String callId
Unique id of the call
dialInfo
public DialInfo dialInfo
DialInfo
of the call
callDirection
public Call.CallDirection callDirection
Direction of the call
video
public boolean video
Whether the call is a video call
audio
public boolean audio
Whether the call is an audio call
content
public boolean content
Whether content is shared
Constructor Detail
Call
public Call()