Member Junction
    Preparing search index...

    A real, two-way IZoomMeetingSdk over the native Zoom Meeting SDK (raw-data send + receive).

    Gives the agent both hearing (per-participant inbound audio → diarized ZoomAudioFrames) and a voice (sendAudioFrame → the native virtual-mic send path), plus working host controls (chat / mute) and roster/hand-raise events. Construct via BindZoomNative (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 virtual-mic send path. 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