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

    Interface TransferSipParticipantOptions

    interface TransferSipParticipantOptions {
        headers?: { [key: string]: string };
        playDialtone?: boolean;
        ringingTimeout?: number;
        timeout?: number;
    }
    Index

    Properties

    headers?: { [key: string]: string }
    playDialtone?: boolean
    ringingTimeout?: number

    Maximum time for the transfer destination to answer the call, in seconds.

    timeout?: number

    Optional request timeout in seconds. Defaults to 30s (dialing takes time).