channelId property

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

The channel name that identifies each audio and video call loop. To ensure proper loop test functionality, the channel name passed in to identify each loop test cannot be the same when users of the same project (App ID) perform audio and video call loop tests on different devices.

Implementation

@JsonKey(includeIfNull: false)
String? channelId;