RespondToWaitingOptions constructor
Implementation
RespondToWaitingOptions({
required this.participantId,
required this.participantName,
required this.updateWaitingList,
required this.waitingList,
required this.type,
required this.roomName,
this.socket,
});