MediaSFU Angular
Preparing search index...
CoHostModalOptions
Interface CoHostModalOptions
interface
CoHostModalOptions
{
isCoHostModalVisible
:
boolean
;
currentCohost
?:
string
;
participants
:
Participant
[]
;
coHostResponsibility
:
CoHostResponsibility
[]
;
position
?:
string
;
backgroundColor
?:
string
;
roomName
:
string
;
showAlert
?:
ShowAlert
;
updateCoHostResponsibility
:
(
coHostResponsibility
:
CoHostResponsibility
[]
,
)
=>
void
;
updateCoHost
:
(
coHost
:
string
)
=>
void
;
updateIsCoHostModalVisible
:
(
isCoHostModalVisible
:
boolean
)
=>
void
;
socket
:
Socket
;
onCoHostClose
:
()
=>
void
;
onModifyEventSettings
?:
(
settings
:
ModifyCoHostSettingsOptions
)
=>
void
;
overlayStyle
?:
Partial
<
CSSStyleDeclaration
>
;
contentStyle
?:
Partial
<
CSSStyleDeclaration
>
;
customTemplate
?:
any
;
}
Index
Properties
is
Co
Host
Modal
Visible
current
Cohost?
participants
co
Host
Responsibility
position?
background
Color?
room
Name
show
Alert?
update
Co
Host
Responsibility
update
Co
Host
update
Is
Co
Host
Modal
Visible
socket
on
Co
Host
Close
on
Modify
Event
Settings?
overlay
Style?
content
Style?
custom
Template?
Properties
is
Co
Host
Modal
Visible
isCoHostModalVisible
:
boolean
Optional
current
Cohost
currentCohost
?:
string
participants
participants
:
Participant
[]
co
Host
Responsibility
coHostResponsibility
:
CoHostResponsibility
[]
Optional
position
position
?:
string
Optional
background
Color
backgroundColor
?:
string
room
Name
roomName
:
string
Optional
show
Alert
showAlert
?:
ShowAlert
update
Co
Host
Responsibility
updateCoHostResponsibility
:
(
coHostResponsibility
:
CoHostResponsibility
[]
,
)
=>
void
update
Co
Host
updateCoHost
:
(
coHost
:
string
)
=>
void
update
Is
Co
Host
Modal
Visible
updateIsCoHostModalVisible
:
(
isCoHostModalVisible
:
boolean
)
=>
void
socket
socket
:
Socket
on
Co
Host
Close
onCoHostClose
:
()
=>
void
Optional
on
Modify
Event
Settings
onModifyEventSettings
?:
(
settings
:
ModifyCoHostSettingsOptions
)
=>
void
Optional
overlay
Style
overlayStyle
?:
Partial
<
CSSStyleDeclaration
>
Optional
content
Style
contentStyle
?:
Partial
<
CSSStyleDeclaration
>
Optional
custom
Template
customTemplate
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Co
Host
Modal
Visible
current
Cohost
participants
co
Host
Responsibility
position
background
Color
room
Name
show
Alert
update
Co
Host
Responsibility
update
Co
Host
update
Is
Co
Host
Modal
Visible
socket
on
Co
Host
Close
on
Modify
Event
Settings
overlay
Style
content
Style
custom
Template
MediaSFU
MediaSFU Angular - v2.2.2
Loading...