Member Junction
    Preparing search index...

    Coordinates Media-Streams sockets with the bridge bindings, keyed by Call SID. One instance per server, shared between the inbound-webhook service (which binds RealTwilioBindings over this as the ITwilioMediaPump) and the WSS server (which attaches sockets + dispatches inbound frames).

    Implements

    Index

    Constructors

    Methods

    • Binds a connected Media-Streams socket (and its captured stream SID) to a call, flushing any outbound frames produced while the socket was still connecting. Called by the WSS server on the start frame.

      Parameters

      • callSid: string
      • socket: ITelephonyMediaSocket
      • streamSid: string

      Returns void