@jambonz/sdk
Preparing search index...
index
AudioClientEvents
Interface AudioClientEvents
interface
AudioClientEvents
{
connection
:
(
stream
:
AudioStream
,
req
:
IncomingMessage
)
=>
void
;
error
:
(
err
:
Error
)
=>
void
;
}
Index
Properties
connection
error
Properties
connection
connection
:
(
stream
:
AudioStream
,
req
:
IncomingMessage
)
=>
void
error
error
:
(
err
:
Error
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connection
error
@jambonz/sdk
Loading...