AAI SDK
    Preparing search index...

    Type Alias WebSocketConstructor

    Minimal WebSocket constructor type accepted by VoiceSessionOptions.

    type WebSocketConstructor = {
        OPEN: number;
        new (url: string | URL, protocols?: string | string[]): WebSocket;
    }
    • Parameters

      • url: string | URL
      • Optionalprotocols: string | string[]

      Returns WebSocket

    Index
    OPEN: number