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

    Interface CreateSipInboundTrunkOptions

    interface CreateSipInboundTrunkOptions {
        allowed_addresses?: string[];
        allowed_numbers?: string[];
        allowedAddresses?: string[];
        allowedNumbers?: string[];
        auth_password?: string;
        auth_username?: string;
        authPassword?: string;
        authUsername?: string;
        headers?: { [key: string]: string };
        headersToAttributes?: { [key: string]: string };
        includeHeaders?: SIPHeaderOptions;
        krispEnabled?: boolean;
        metadata?: string;
    }
    Index

    Properties

    allowed_addresses?: string[]
    • use allowedAddresses instead
    allowed_numbers?: string[]
    • use allowedNumbers instead
    allowedAddresses?: string[]
    allowedNumbers?: string[]
    auth_password?: string
    • use authPassword instead
    auth_username?: string
    • use authUsername instead
    authPassword?: string
    authUsername?: string
    headers?: { [key: string]: string }
    headersToAttributes?: { [key: string]: string }
    includeHeaders?: SIPHeaderOptions
    krispEnabled?: boolean
    metadata?: string