JoinLocalEventRoomParameters constructor
Implementation
JoinLocalEventRoomParameters({
required this.eventID,
required this.userName,
this.secureCode,
this.videoPreference,
this.audioPreference,
this.audioOutputPreference,
});
JoinLocalEventRoomParameters({
required this.eventID,
required this.userName,
this.secureCode,
this.videoPreference,
this.audioPreference,
this.audioOutputPreference,
});