Current push-to-talk state.

interface LocalPtt {
    active: boolean;
    channel: string;
    color: string;
    netId: number;
}

Properties

active: boolean
channel: string
color: string
netId: number