CustomAudioType

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.

Constructors

Link copied to clipboard
constructor(audioMode: Int, audioAttributes: AudioAttributes, audioStreamType: Int)

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.