SESSION_ID constant

String const SESSION_ID

Unique id of current video chat session. All users of same call chat have to use the same sessionID. Timestamp or UUID can be used as a sessionID value.

Implementation

static const String SESSION_ID = "sessionID";