Hierarchy

  • AudioOutput
    • ParticipantAudioOutput

Constructors

Properties

sampleRate?: number
EVENT_PLAYBACK_FINISHED: "playbackFinished" = 'playbackFinished'

Accessors

Methods

  • Parameters

    • frame: AudioFrame

    Returns Promise<void>

  • Flush any buffered audio, marking the current playback/segment as complete

    Returns void

  • Returns void

  • Returns void

  • Developers building audio sinks must call this method when a playback/segment is finished. Segments are segmented by calls to flush() or clearBuffer()

    Parameters

    • options: PlaybackFinishedEvent

    Returns void

  • Wait for the past audio segments to finish playing out.

    Returns Promise<PlaybackFinishedEvent>

    The event that was emitted when the audio finished playing out (only the last segment information)