ControlMediaOptions constructor

ControlMediaOptions(
  1. {required String participantId,
  2. required String participantName,
  3. required String type,
  4. Socket? socket,
  5. required List<CoHostResponsibility> coHostResponsibility,
  6. required List<Participant> participants,
  7. required String member,
  8. required String islevel,
  9. ShowAlert? showAlert,
  10. required String coHost,
  11. required String roomName}
)

Implementation

ControlMediaOptions({
  required this.participantId,
  required this.participantName,
  required this.type,
  this.socket,
  required this.coHostResponsibility,
  required this.participants,
  required this.member,
  required this.islevel,
  this.showAlert,
  required this.coHost,
  required this.roomName,
});