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