Interface LocalPttStartCommand

Start PTT on a net.

interface LocalPttStartCommand {
    netId: number;
    type: "ptt.start";
}

Properties

Properties

netId: number
type: "ptt.start"