Member Junction
    Preparing search index...

    A trivial in-memory IBridgeMeetingControlsEventSource for tests — the loopback driver's optional facilitator surface. It records the registered perception handlers and exposes Emit* helpers so a test can drive roster / speaking / hand-raise signals into the Meeting Controls channel, and records mute requests. A real driver (e.g. ZoomBridge) implements this by adapting its native participant/event stream; the loopback version proves the bridge → channel-plane wiring with no platform.

    Implements

    Index

    Constructors

    Properties

    Capabilities: readonly "Mute"[] = ...

    The facilitator capabilities the loopback advertises (mute supported, so the gated tool appears).

    Muted: string[] = []

    Participant ids this source was asked to mute, in order — a capture sink for assertions.

    Methods

    • Registers a handler for hand-raise/lower signals the PLATFORM surfaces (e.g. a participant uses the conferencing app's native "raise hand"). raised = true enqueues, false dequeues.

      Parameters

      • handler: (participantId: string, raised: boolean) => void

        Invoked with the participant id and whether the hand is now raised.

      Returns void