token property

String token
read / write

The token issued by the developer's business server is used to ensure security. For the generation rules, please refer to Using Token Authentication, the default is an empty string, that is, no authentication. In versions 2.17.0 and above, if appSign is not passed in when calling the createEngine API to create an engine, or if appSign is empty, this parameter must be set for authentication when logging in to a room.

Implementation

String token;