Interface StateUpdatePartial

Represents the partial payload from a stateUpdate event

interface StateUpdatePartial {
    channel_id?: string;
    session_id?: string;
    self_deaf: boolean;
    self_mute: boolean;
}

Properties

channel_id?: string
session_id?: string
self_deaf: boolean
self_mute: boolean