JoinChannelOptions constructor

JoinChannelOptions({
  1. String? customInfo,
  2. String? permissionKey,
})

Implementation

JoinChannelOptions({
  this.customInfo,
  this.permissionKey,
});