AAI SDK
Preparing search index...
@alexkroman1/aai-ui
WebSocketConstructor
Type Alias WebSocketConstructor
Minimal WebSocket constructor type accepted by
VoiceSessionOptions
.
type
WebSocketConstructor
=
{
OPEN
:
number
;
new
(
url
:
string
|
URL
,
protocols
?:
string
|
string
[]
)
:
WebSocket
;
}
new
WebSocketConstructor
(
url
:
string
|
URL
,
protocols
?:
string
|
string
[]
,
)
:
WebSocket
Parameters
url
:
string
|
URL
Optional
protocols
:
string
|
string
[]
Returns
WebSocket
Index
Properties
OPEN
Properties
Readonly
OPEN
OPEN
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
OPEN
AAI SDK
Loading...
Minimal WebSocket constructor type accepted by VoiceSessionOptions.