Interface AllWaitingRoomMembersOptions

interface AllWaitingRoomMembersOptions {
    waitingParticipants: WaitingRoomParticipant[];
    updateWaitingRoomList: ((participants: WaitingRoomParticipant[]) => void);
    updateTotalReqWait: ((totalReqs: number) => void);
}

Properties

waitingParticipants: WaitingRoomParticipant[]
updateWaitingRoomList: ((participants: WaitingRoomParticipant[]) => void)
updateTotalReqWait: ((totalReqs: number) => void)
MMNEPVFCICPMFPCPTTAAATR