MediaSFU Angular
Preparing search index...
MessagesModalOptions
Interface MessagesModalOptions
interface
MessagesModalOptions
{
isMessagesModalVisible
:
boolean
;
onMessagesClose
:
()
=>
void
;
onSendMessagePress
?:
(
options
:
SendMessageOptions
)
=>
Promise
<
void
>
;
messages
:
Message
[]
;
position
?:
string
;
backgroundColor
?:
string
;
activeTabBackgroundColor
?:
string
;
eventType
:
EventType
;
member
:
string
;
islevel
:
string
;
coHostResponsibility
:
CoHostResponsibility
[]
;
coHost
:
string
;
startDirectMessage
:
boolean
;
directMessageDetails
:
Participant
|
null
;
updateStartDirectMessage
:
(
start
:
boolean
)
=>
void
;
updateDirectMessageDetails
:
(
participant
:
Participant
|
null
)
=>
void
;
showAlert
?:
ShowAlert
;
roomName
:
string
;
socket
:
Socket
;
chatSetting
:
string
;
overlayStyle
?:
Partial
<
CSSStyleDeclaration
>
;
contentStyle
?:
Partial
<
CSSStyleDeclaration
>
;
customTemplate
?:
any
;
}
Index
Properties
is
Messages
Modal
Visible
on
Messages
Close
on
Send
Message
Press?
messages
position?
background
Color?
active
Tab
Background
Color?
event
Type
member
islevel
co
Host
Responsibility
co
Host
start
Direct
Message
direct
Message
Details
update
Start
Direct
Message
update
Direct
Message
Details
show
Alert?
room
Name
socket
chat
Setting
overlay
Style?
content
Style?
custom
Template?
Properties
is
Messages
Modal
Visible
isMessagesModalVisible
:
boolean
on
Messages
Close
onMessagesClose
:
()
=>
void
Optional
on
Send
Message
Press
onSendMessagePress
?:
(
options
:
SendMessageOptions
)
=>
Promise
<
void
>
messages
messages
:
Message
[]
Optional
position
position
?:
string
Optional
background
Color
backgroundColor
?:
string
Optional
active
Tab
Background
Color
activeTabBackgroundColor
?:
string
event
Type
eventType
:
EventType
member
member
:
string
islevel
islevel
:
string
co
Host
Responsibility
coHostResponsibility
:
CoHostResponsibility
[]
co
Host
coHost
:
string
start
Direct
Message
startDirectMessage
:
boolean
direct
Message
Details
directMessageDetails
:
Participant
|
null
update
Start
Direct
Message
updateStartDirectMessage
:
(
start
:
boolean
)
=>
void
update
Direct
Message
Details
updateDirectMessageDetails
:
(
participant
:
Participant
|
null
)
=>
void
Optional
show
Alert
showAlert
?:
ShowAlert
room
Name
roomName
:
string
socket
socket
:
Socket
chat
Setting
chatSetting
:
string
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
Messages
Modal
Visible
on
Messages
Close
on
Send
Message
Press
messages
position
background
Color
active
Tab
Background
Color
event
Type
member
islevel
co
Host
Responsibility
co
Host
start
Direct
Message
direct
Message
Details
update
Start
Direct
Message
update
Direct
Message
Details
show
Alert
room
Name
socket
chat
Setting
overlay
Style
content
Style
custom
Template
MediaSFU
MediaSFU Angular - v2.2.2
Loading...