Skip to main content

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 TypeField and Description
intcallState
State of the call using the flags in this class
static intIDLE 
static intIN_CALL 
static intON_HOLD 
static intSHARING_CONTENT 
static intSHARING_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()