Class CallState
com.poly.polyos.app
Class CallState
- java.lang.Object
- com.poly.polyos.app.CallState
public class CallState
extends java.lang.Object
Call state of the app
Since:
3.0.11
Field Summary
| Modifier and Type | Field and Description |
|---|---|
int | callState |
| State of the call using the flags in this class | |
static int | IDLE |
static int | IN_CALL |
static int | ON_HOLD |
static int | SHARING_CONTENT |
static int | SHARING_WHITEBOARD |
Constructor Summary
Constructor and Description
CallState()
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
IDLE
public static final int IDLE
See Also
Constant Field Values
IN_CALL
public static final int IN_CALL
See Also
Constant Field Values
ON_HOLD
public static final int ON_HOLD
See Also
Constant Field Values
SHARING_WHITEBOARD
public static final int SHARING_WHITEBOARD
See Also
Constant Field Values
SHARING_CONTENT
public static final int SHARING_CONTENT
See Also
Constant Field Values
callState
public int callState
State of the call using the flags in this class
Constructor Detail
CallState
public CallState()