Preparing search index...
The search index is not available
@quobis/sippojs
@quobis/sippojs
<internal>
ChatMessageOptions
Interface ChatMessageOptions
interface
ChatMessageOptions
{
direction
?:
ChatMessageDirection
;
id
?:
string
;
progress
?:
number
;
status
?:
ChatMessageStatus
;
timestamp
?:
number
;
type
?:
ChatMessageType
;
}
Index
Properties
direction?
id?
progress?
status?
timestamp?
type?
Properties
Optional
direction
direction
?:
ChatMessageDirection
Optional
id
id
?:
string
Optional
progress
progress
?:
number
Optional
status
status
?:
ChatMessageStatus
Optional
timestamp
timestamp
?:
number
Optional
type
type
?:
ChatMessageType
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
direction
id
progress
status
timestamp
type
@quobis/sippojs
Loading...