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

    Interface CreateSipDispatchRuleOptions

    interface CreateSipDispatchRuleOptions {
        attributes?: { [key: string]: string };
        hidePhoneNumber?: boolean;
        metadata?: string;
        name?: string;
        roomConfig?: RoomConfiguration;
        roomPreset?: string;
        trunkIds?: string[];
    }
    Index

    Properties

    attributes?: { [key: string]: string }
    hidePhoneNumber?: boolean
    metadata?: string
    name?: string
    roomConfig?: RoomConfiguration
    roomPreset?: string
    trunkIds?: string[]