LiveKitVideoGrant constructor

const LiveKitVideoGrant({
  1. String? room,
  2. bool? roomCreate,
  3. bool? roomJoin,
  4. bool? roomList,
  5. bool? roomRecord,
  6. bool? roomAdmin,
  7. bool? canPublish,
  8. bool? canSubscribe,
  9. bool? canPublishData,
  10. List<String>? canPublishSources,
  11. bool? hidden,
  12. bool? recorder,
})

Implementation

const LiveKitVideoGrant({
  this.room,
  this.roomCreate,
  this.roomJoin,
  this.roomList,
  this.roomRecord,
  this.roomAdmin,
  this.canPublish,
  this.canSubscribe,
  this.canPublishData,
  this.canPublishSources,
  this.hidden,
  this.recorder,
});