RoomTokenFormatError constant
Description: Token Format error.
Cause: The generated Token transmission parameter payload is in non-JSON format.
Solutions: The payload is correctly transmitted in json format when the Token is generated.
Implementation
static const int RoomTokenFormatError = 1002075;