obby-client for TypeScript
    Preparing search index...

    Type Alias VoicePresence

    VoicePresence:
        | "joined"
        | "left"
        | "on"
        | "off"
        | "speaking"
        | "silent"
        | "deaf_on"
        | "deaf_off"

    The state a presence notification carries.

    One wire type: "presence" actually carries three incompatible shapes: a membership change (Joined/Left), a toggle (On/Off, read together with [Signal::Presence]'s kind), or an activity flag (Speaking/Silent/DeafOn/DeafOff, which carries no kind at all).