Member Junction
    Preparing search index...

    A real, two-way ITeamsMeetingSdk over the native Teams real-time-media addon (outbound audio send + per-participant inbound receive).

    Gives the agent both hearing (per-participant inbound audio → diarized TeamsAudioFrames) and a voice (sendAudioFrame → the native outbound audio-socket), plus working host controls (chat / mute) and roster/hand-raise events. Construct via BindTeamsNative (the factory the bridge's SetSdkFactory wants), not directly, so config resolution + the lazy loader wire consistently.

    Implements

    Index

    Constructors

    Methods

    • Sends one raw PCM frame as the bot's outbound audio — the agent's real voice into the meeting, via the native outbound audio-socket. No-ops (without throwing) before join so an early model frame never crashes the session.

      Parameters

      • pcm: ArrayBuffer

        The PCM audio bytes to speak into the meeting.

      Returns void