lib-jitsi-meet
    Preparing search index...

    Controller for the local endpoint's remote-audio subscription. The subscription sent to the bridge combines three dimensions: all (the baseline — forward every regular source), include (extra opt-in sources on top, e.g. bridge-injected translated audio) and exclude (sources to drop). The default is all: true.

    Index

    Constructors

    Accessors

    Methods

    • Mutes or unmutes all remote audio by toggling the baseline. The explicit include/exclude overlays (e.g. opted-in translated sources) are preserved so they are restored on unmute rather than lost across the cycle.

      Parameters

      • muted: boolean

        Indicates whether the remote audio should be muted.

      Returns void

    • Re-sends the current audio subscription to the bridge. Used when the bridge channel (re)opens so the bridge always learns the receiver's subscription (the default { all: true } until includes are added).

      Returns void

    • Replaces the set of additionally-included sources (e.g. translated sources), preserving the all baseline and any excludes.

      Parameters

      • include: string[]

        The full set of source names to include on top of the baseline.

      Returns void