MediaSFU Shared
Preparing search index...
BanParticipantParameters
Interface BanParticipantParameters<TParameters, TParticipant>
interface
BanParticipantParameters
<
TParameters
=
unknown
,
TParticipant
extends
{
name
?:
string
|
null
}
=
Participant
,
>
{
activeNames
:
string
[]
;
dispActiveNames
:
string
[]
;
participants
:
TParticipant
[]
;
updateParticipants
:
(
participants
:
TParticipant
[]
)
=>
void
;
reorderStreams
:
BanParticipantReorderType
<
TParameters
>
;
[
key
:
string
]:
any
;
}
Type Parameters
TParameters
=
unknown
TParticipant
extends
{
name
?:
string
|
null
}
=
Participant
Indexable
[
key
:
string
]:
any
Index
Properties
active
Names
disp
Active
Names
participants
update
Participants
reorder
Streams
Properties
active
Names
activeNames
:
string
[]
disp
Active
Names
dispActiveNames
:
string
[]
participants
participants
:
TParticipant
[]
update
Participants
updateParticipants
:
(
participants
:
TParticipant
[]
)
=>
void
reorder
Streams
reorderStreams
:
BanParticipantReorderType
<
TParameters
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Names
disp
Active
Names
participants
update
Participants
reorder
Streams
MediaSFU
MediaSFU Shared - v1.0.1
Loading...