NERtcJoinChannelOptions constructor

NERtcJoinChannelOptions(
  1. String? customInfo,
  2. String? permissionKey
)

Implementation

NERtcJoinChannelOptions(this.customInfo, this.permissionKey);