MediaSFU Angular
Preparing search index...
EventSettingsModalOptions
Interface EventSettingsModalOptions
interface
EventSettingsModalOptions
{
isEventSettingsModalVisible
:
boolean
;
onEventSettingsClose
:
()
=>
void
;
onModifyEventSettings
?:
(
options
:
ModifySettingsOptions
)
=>
Promise
<
void
>
;
position
?:
"topRight"
|
"topLeft"
|
"bottomRight"
|
"bottomLeft"
;
backgroundColor
?:
string
;
audioSetting
:
string
;
videoSetting
:
string
;
screenshareSetting
:
string
;
chatSetting
:
string
;
updateAudioSetting
:
(
setting
:
string
)
=>
void
;
updateVideoSetting
:
(
setting
:
string
)
=>
void
;
updateScreenshareSetting
:
(
setting
:
string
)
=>
void
;
updateChatSetting
:
(
setting
:
string
)
=>
void
;
updateIsSettingsModalVisible
:
(
isVisible
:
boolean
)
=>
void
;
roomName
:
string
;
socket
:
Socket
;
showAlert
?:
ShowAlert
;
overlayStyle
?:
Partial
<
CSSStyleDeclaration
>
;
contentStyle
?:
Partial
<
CSSStyleDeclaration
>
;
customTemplate
?:
any
;
}
Index
Properties
is
Event
Settings
Modal
Visible
on
Event
Settings
Close
on
Modify
Event
Settings?
position?
background
Color?
audio
Setting
video
Setting
screenshare
Setting
chat
Setting
update
Audio
Setting
update
Video
Setting
update
Screenshare
Setting
update
Chat
Setting
update
Is
Settings
Modal
Visible
room
Name
socket
show
Alert?
overlay
Style?
content
Style?
custom
Template?
Properties
is
Event
Settings
Modal
Visible
isEventSettingsModalVisible
:
boolean
on
Event
Settings
Close
onEventSettingsClose
:
()
=>
void
Optional
on
Modify
Event
Settings
onModifyEventSettings
?:
(
options
:
ModifySettingsOptions
)
=>
Promise
<
void
>
Optional
position
position
?:
"topRight"
|
"topLeft"
|
"bottomRight"
|
"bottomLeft"
Optional
background
Color
backgroundColor
?:
string
audio
Setting
audioSetting
:
string
video
Setting
videoSetting
:
string
screenshare
Setting
screenshareSetting
:
string
chat
Setting
chatSetting
:
string
update
Audio
Setting
updateAudioSetting
:
(
setting
:
string
)
=>
void
update
Video
Setting
updateVideoSetting
:
(
setting
:
string
)
=>
void
update
Screenshare
Setting
updateScreenshareSetting
:
(
setting
:
string
)
=>
void
update
Chat
Setting
updateChatSetting
:
(
setting
:
string
)
=>
void
update
Is
Settings
Modal
Visible
updateIsSettingsModalVisible
:
(
isVisible
:
boolean
)
=>
void
room
Name
roomName
:
string
socket
socket
:
Socket
Optional
show
Alert
showAlert
?:
ShowAlert
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
Event
Settings
Modal
Visible
on
Event
Settings
Close
on
Modify
Event
Settings
position
background
Color
audio
Setting
video
Setting
screenshare
Setting
chat
Setting
update
Audio
Setting
update
Video
Setting
update
Screenshare
Setting
update
Chat
Setting
update
Is
Settings
Modal
Visible
room
Name
socket
show
Alert
overlay
Style
content
Style
custom
Template
MediaSFU
MediaSFU Angular - v2.2.2
Loading...