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

    Interface ListSipDispatchRuleOptions

    interface ListSipDispatchRuleOptions {
        dispatchRuleIds?: string[];
        page?: Pagination;
        trunkIds?: string[];
    }
    Index

    Properties

    dispatchRuleIds?: string[]

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

    page?: Pagination

    Pagination options.

    trunkIds?: string[]

    Only list rules that contain one of the Trunk IDs, including wildcard rules.