ControlMediaOptions constructor
ControlMediaOptions(- {required String participantId,
- required String participantName,
- required String type,
- Socket? socket,
- required List<CoHostResponsibility> coHostResponsibility,
- required List<Participant> participants,
- required String member,
- required String islevel,
- ShowAlert? showAlert,
- required String coHost,
- 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,
});