LiveKit JS Server SDK - v2.17.0
    Preparing search index...

    Class SipCallError

    A ServerError from a SIP dialing call (createSipParticipant / transferSipParticipant) that failed with a SIP response status. The SIP code and reason are exposed as getters; any other error metadata remains available via ServerError.metadata.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    code?: string
    metadata?: Record<string, string>
    status: number

    Accessors

    Methods