Member Junction
    Preparing search index...

    A real, two-way ILiveKitRoomSdk over the native LiveKit Node room SDK (publish + subscribe).

    Gives the agent both hearing (per-participant subscribed audio → diarized LiveKitAudioFrames) and a voice (publishAudioFrame → the native publish path), plus working video/screen publish, the data-channel chat, and roster events. Construct via BindLiveKitNative (the factory the bridge's SetSdkFactory wants), not directly, so config resolution + the lazy loader wire consistently.

    Implements

    Index

    Constructors

    Methods

    • Publishes one raw PCM frame on the bot's audio track — the agent's real voice into the room, via the native publish path. No-ops (without throwing) before connect so an early model frame never crashes the session.

      Parameters

      • pcm: ArrayBuffer

        The PCM audio bytes to publish into the room.

      Returns void