Preparing search index...
The search index is not available
MediaSFU ReactJS
MediaSFU ReactJS
AllWaitingRoomMembersOptions
Interface AllWaitingRoomMembersOptions
interface
AllWaitingRoomMembersOptions
{
waitingParticipants
:
WaitingRoomParticipant
[]
;
updateWaitingRoomList
:
(
(
participants
:
WaitingRoomParticipant
[]
)
=>
void
)
;
updateTotalReqWait
:
(
(
totalReqs
:
number
)
=>
void
)
;
}
Index
Properties
waiting
Participants
update
Waiting
Room
List
update
Total
Req
Wait
Properties
waiting
Participants
waiting
Participants
:
WaitingRoomParticipant
[]
update
Waiting
Room
List
update
Waiting
Room
List
:
(
(
participants
:
WaitingRoomParticipant
[]
)
=>
void
)
update
Total
Req
Wait
update
Total
Req
Wait
:
(
(
totalReqs
:
number
)
=>
void
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
waiting
Participants
update
Waiting
Room
List
update
Total
Req
Wait
MediaSFU
MediaSFU ReactJS
Loading...