Interface SipDispatchRuleIndividual

interface SipDispatchRuleIndividual {
    pin?: string;
    roomPrefix: string;
    type: "individual";
}

Properties

Properties

pin?: string
roomPrefix: string
type: "individual"