lib-jitsi-meet
    Preparing search index...

    Enumeration ReceiverAudioSubscription

    Enum representing the audio subscription options for remote audio streams. Retained for backwards compatibility: normalizeReceiverAudioSubscription maps the legacy { mode, list } message to the current IReceiverAudioSubscriptionMessage shape.

    Index

    Enumeration Members

    Enumeration Members

    ALL: "All"

    Subscribe to all remote audio streams signaled in the conference.

    EXCLUDE: "Exclude"

    Subscribe to all remote audio streams except the explicitly excluded ones.

    INCLUDE: "Include"

    Subscribe only to the explicitly included remote audio streams.

    NONE: "None"

    Do not subscribe to any remote audio streams.