NEInRoomVideoControl constructor

NEInRoomVideoControl({
  1. required NERoomAttendeeOffType attendeeOff,
  2. required bool enabled,
  3. required bool allowSelfOn,
})

Implementation

NEInRoomVideoControl({
  required NERoomAttendeeOffType attendeeOff,
  required this.enabled,
  required this.allowSelfOn,
}) : super(attendeeOff);