public class StringeeConstant
extends Object
Defines constants used for video resolution, call state...
Constants | |
---|---|
int |
QUALITY_NORMAL
Used to specify video in normal resolution. |
int |
QUALITY_HD
Used to specify video in HD resolution. |
int |
QUALITY_FULLHD
Used to specify video in Full HD resolution. |
int |
STATE_CONNECTING
Used to specify the call state is connecting to Stringee server. |
int |
STATE_RINGING
Used to specify the call state is ringing. The callee receives the call invite from the caller. |
int |
STATE_START
Used to specify the call state is starting. The callee accepts the call. |
int |
STATE_STARTED
Used to specify the call state is started. The conversation starts. |
int |
STATE_BUSY
Used to specify the call state is busy. The callee rejects the call. |
int |
STATE_ENDED
Used to specify the call state is ended. The call is terminated. |
int QUALITY_NORMAL
Used to specify video in normal resolution.
Constant Value: 0
int QUALITY_HD
Used to specify video in HD resolution.
Constant Value: 1
int QUALITY_FULLHD
Used to specify video in Full HD resolution.
Constant Value: 2
int STATE_CONNECTING
Used to specify the call state is connecting to Stringee server.
Constant Value: 100
int STATE_RINGING
Used to specify the call state is ringing. The callee receives the call invite from the caller.
Constant Value: 183
int STATE_START
Used to specify the call state is starting. The callee accepts the call.
Constant Value: 200
int STATE_STARTED
Used to specify the call state is started. The conversation starts.
Constant Value: 1000
int STATE_BUSY
Used to specify the call state is busy. The callee rejects the call.
Constant Value: 486
int STATE_ENDED
Used to specify the call state is ended. The call is terminated.
Constant Value: 487