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

    Interface SipDispatchRuleUpdateOptions

    interface SipDispatchRuleUpdateOptions {
        attributes?: { [key: string]: string };
        metadata?: string;
        name?: string;
        rule?: SIPDispatchRule;
        trunkIds?: ListUpdate;
    }
    Index

    Properties

    attributes?: { [key: string]: string }
    metadata?: string
    name?: string
    rule?: SIPDispatchRule
    trunkIds?: ListUpdate