@ceeblue/webrtc-client
    Preparing search index...

    Type Alias ConnectorError

    ConnectorError:
        | { detail: string; name: "Connection failed"; type: "ConnectorError" }
        | { name: "Connection idle"; type: "ConnectorError" }
        | {
            detail: string;
            name: "RTCPeerConnection failed";
            type: "ConnectorError";
        }
        | { detail: string; name: "SIP failed"; type: "ConnectorError" }
        | { name: "Access denied"; type: "ConnectorError" }
        | { detail: string; name: "Replace track failed"; type: "ConnectorError" }
        | WebSocketReliableError

    Type Declaration

    • { detail: string; name: "Connection failed"; type: "ConnectorError" }

      Represents a Connection error.

    • { name: "Connection idle"; type: "ConnectorError" }

      Represents a Connection idle error.

    • { detail: string; name: "RTCPeerConnection failed"; type: "ConnectorError" }

      Represents a RTCPeerConnection creation error.

    • { detail: string; name: "SIP failed"; type: "ConnectorError" }

      Represents a SIP handshake error.

    • { name: "Access denied"; type: "ConnectorError" }

      Represents access denied error.

    • { detail: string; name: "Replace track failed"; type: "ConnectorError" }

      Represents an RTCRtpSender::replaceTrack error.

    • WebSocketReliableError

      Represents a WebSocketReliableError error