Member Junction
    Preparing search index...

    The per-frame metadata @zoom/rtms attaches to a media callback. The diarization label (the participant who produced the frame) lives here.

    VERIFY against @zoom/rtms: docs surface metadata.userName; the numeric participant id field name varies across doc snippets (userId). Both are read defensively in mapRtmsAudioFrame.

    interface RtmsMediaMetadata {
        userId?: string | number;
        userName?: string;
    }
    Index

    Properties

    Properties

    userId?: string | number

    The speaking participant's stable id, when present.

    userName?: string

    The speaking participant's display name, when present.