HMSPermissions constructor

HMSPermissions({
  1. bool? endRoom,
  2. bool? hlsStreaming,
  3. bool? rtmpStreaming,
  4. bool? removeOthers,
  5. bool? browserRecording,
  6. bool? mute,
  7. bool? unMute,
  8. bool? changeRole,
  9. bool? pollRead,
  10. bool? pollWrite,
})

Implementation

HMSPermissions(
    {this.endRoom,
    this.hlsStreaming,
    this.rtmpStreaming,
    this.removeOthers,
    this.browserRecording,
    this.mute,
    this.unMute,
    this.changeRole,
    this.pollRead,
    this.pollWrite});