Member Junction
    Preparing search index...

    Adapts the server-owned per-call IAcsMediaPump to the call-scoped IAcsMediaLike surface RealTeamsBindings drives. The binding supplies the Graph call id on every per-frame call (it resolves the id at join() and threads it through), so this adapter routes each call straight onto the shared pump keyed by that id — no call-id needs to be known at construction. Mirrors how TwilioCallMediaRegistry backs the telephony media seam.

    Implements

    Index

    Constructors

    Accessors

    Methods

    • Parameters

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

      Returns void

      only wires hand-raise when the underlying pump exposes it (tolerated absence).