token property

  1. @JsonKey(includeIfNull: false)
String? token
getter/setter pair

The token used to secure the audio and video call loop test. If you do not enable App Certificate in Agora Console, you do not need to pass a value in this parameter; if you have enabled App Certificate in Agora Console, you must pass a token in this parameter. The uid used when you generate the token must be 0xFFFFFFFF, and the channel name used must be the channel name that identifies each audio and video call loop test. For server-side token generation, see .

Implementation

@JsonKey(includeIfNull: false)
String? token;