Interface CreateSipDispatchRuleOptions

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

Properties

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