Package-level declarations
Types
The single streamer audio configuration.
A ISingleStreamer implementation for audio only (without video).
An audio single Streamer
A single Streamer that is agnostic to the underlying implementation (either with coroutines or callbacks).
A video single streamer.
A ISingleStreamer implementation for audio and video.
The single streamer video configuration.
A ISingleStreamer implementation for video only (without audio).
Functions
Creates a AudioOnlySingleStreamer with a default audio source.
Creates a SingleStreamer with the camera as video source and an audio source (by default, the microphone).
Creates a VideoOnlySingleStreamer with the camera as video source and no audio source.
Creates a SingleStreamer with the screen as video source and an audio source (by default, the microphone).
Creates a SingleStreamer with the screen as video source and no audio source.
Creates a SingleStreamer with an audio source and a video source.
Creates a VideoOnlySingleStreamer with a default video source.