LiveKitVideoGrant constructor
const
LiveKitVideoGrant({ - String? room,
- bool? roomCreate,
- bool? roomJoin,
- bool? roomList,
- bool? roomRecord,
- bool? roomAdmin,
- bool? canPublish,
- bool? canSubscribe,
- bool? canPublishData,
- List<String>? canPublishSources,
- bool? hidden,
- 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,
});