@jambonz/sdk
Preparing search index...
index
WsResponse
Interface WsResponse
Outbound WebSocket message to jambonz.
interface
WsResponse
{
type
:
"ack"
|
"command"
;
msgid
?:
string
;
command
?:
string
;
queueCommand
?:
boolean
;
data
?:
unknown
;
}
Index
Properties
type
msgid?
command?
queue
Command?
data?
Properties
type
type
:
"ack"
|
"command"
Optional
msgid
msgid
?:
string
Optional
command
command
?:
string
Optional
queue
Command
queueCommand
?:
boolean
Optional
data
data
?:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
msgid
command
queue
Command
data
@jambonz/sdk
Loading...
Outbound WebSocket message to jambonz.