MediaSFU ReactJS
Preparing search index...
ParticipantsModalParameters
Interface ParticipantsModalParameters
interface
ParticipantsModalParameters
{
position
?:
string
;
backgroundColor
?:
string
;
coHostResponsibility
:
CoHostResponsibility
[]
;
coHost
:
string
;
member
:
string
;
islevel
:
string
;
participants
:
Participant
[]
;
eventType
:
EventType
;
filteredParticipants
:
Participant
[]
;
socket
:
Socket
;
showAlert
?:
ShowAlert
;
roomName
:
string
;
updateIsMessagesModalVisible
:
(
isVisible
:
boolean
)
=>
void
;
updateDirectMessageDetails
:
(
participant
:
Participant
|
null
)
=>
void
;
updateStartDirectMessage
:
(
start
:
boolean
)
=>
void
;
updateParticipants
:
(
participants
:
Participant
[]
)
=>
void
;
getUpdatedAllParams
:
()
=>
ParticipantsModalParameters
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
position?
background
Color?
co
Host
Responsibility
co
Host
member
islevel
participants
event
Type
filtered
Participants
socket
show
Alert?
room
Name
update
Is
Messages
Modal
Visible
update
Direct
Message
Details
update
Start
Direct
Message
update
Participants
get
Updated
All
Params
Properties
Optional
position
position
?:
string
Optional
background
Color
backgroundColor
?:
string
co
Host
Responsibility
coHostResponsibility
:
CoHostResponsibility
[]
co
Host
coHost
:
string
member
member
:
string
islevel
islevel
:
string
participants
participants
:
Participant
[]
event
Type
eventType
:
EventType
filtered
Participants
filteredParticipants
:
Participant
[]
socket
socket
:
Socket
Optional
show
Alert
showAlert
?:
ShowAlert
room
Name
roomName
:
string
update
Is
Messages
Modal
Visible
updateIsMessagesModalVisible
:
(
isVisible
:
boolean
)
=>
void
update
Direct
Message
Details
updateDirectMessageDetails
:
(
participant
:
Participant
|
null
)
=>
void
update
Start
Direct
Message
updateStartDirectMessage
:
(
start
:
boolean
)
=>
void
update
Participants
updateParticipants
:
(
participants
:
Participant
[]
)
=>
void
get
Updated
All
Params
getUpdatedAllParams
:
()
=>
ParticipantsModalParameters
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
position
background
Color
co
Host
Responsibility
co
Host
member
islevel
participants
event
Type
filtered
Participants
socket
show
Alert
room
Name
update
Is
Messages
Modal
Visible
update
Direct
Message
Details
update
Start
Direct
Message
update
Participants
get
Updated
All
Params
MediaSFU
MediaSFU ReactJS
Loading...