Member Junction
    Preparing search index...

    The audio source the bot publishes its voice through. VERIFY: captureFrame(frame) is async.

    interface RtcAudioSource {
        captureFrame(frame: RtcAudioFrame): Promise<void>;
        clearQueue(): void;
    }
    Index

    Methods

    • Drops all audio still queued in the source (used to flush on barge-in / interruption).

      Returns void