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

    Interface ListSipTrunkOptions

    interface ListSipTrunkOptions {
        numbers?: string[];
        page?: Pagination;
        trunkIds?: string[];
    }
    Index

    Properties

    numbers?: string[]

    Only list trunks that contain one of the numbers, including wildcard trunks.

    page?: Pagination

    Pagination options.

    trunkIds?: string[]

    Trunk IDs to list. If this option is set, the response will contains trunks in the same order. If any of the trunks is missing, a nil item in that position will be sent in the response.