A11 TypeScript API - v0.2.1
    Preparing search index...

    Class SignallingMessage

    SDP, ICE, or error control message used to negotiate WebRTC.

    These messages establish the peer connection only; agent data begins on the resulting WebRtcWireStream. Use create for validated local construction and the JSON helpers at a custom signalling boundary.

    Index
    candidate: string

    ICE candidate payload.

    description: string

    SDP payload for description messages.

    descriptionType: "" | RTCSdpType

    SDP description subtype.

    error: Status

    Structured status carried by error messages.

    mid: string

    ICE media/data-channel id.

    recipient: string

    Destination peer identity.

    sender: string

    Sending peer identity.

    Control-message kind.