AudioType

sealed class AudioType

Audio types for customizing the audio of LiveKit.

Inheritors

Types

Link copied to clipboard

An audio type for calls (i.e. participating in the call or publishing local microphone).

Link copied to clipboard
class CustomAudioType(val audioMode: Int, val audioAttributes: AudioAttributes, val audioStreamType: Int) : AudioType

An audio type that takes in a user-defined AudioAttributes and audio stream type.

Link copied to clipboard

An audio type for general media playback usage (i.e. listener-only use cases).

Properties

Link copied to clipboard

The audio attributes to use when playing audio through LiveKit.

Link copied to clipboard

The audio mode to use when playing audio through LiveKit.

Link copied to clipboard

The audio attributes to use when playing audio through LiveKit on pre-O devices.