Interface StateUpdatePartial

Represents the partial payload from a stateUpdate event

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

Properties

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