Audio Type
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).