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

    Interface SipDispatchRuleCallee

    interface SipDispatchRuleCallee {
        pin?: string;
        randomize?: boolean;
        roomPrefix: string;
        type: "callee";
    }
    Index

    Properties

    pin?: string
    randomize?: boolean

    Optionally append a random suffix to the room name.

    roomPrefix: string
    type: "callee"