-
public final class AudioType.CallAudioType extends AudioType
An audio type for calls (i.e. participating in the call or publishing local microphone).
Audio routing can be manually controlled.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
audioMode
private final AudioAttributes
audioAttributes
private final Integer
audioStreamType
-
Constructor Summary
Constructors Constructor Description AudioType.CallAudioType()
-
Method Summary
Modifier and Type Method Description final Integer
getAudioMode()
The audio mode to use when playing audio through LiveKit. final AudioAttributes
getAudioAttributes()
The audio attributes to use when playing audio through LiveKit. final Integer
getAudioStreamType()
The audio attributes to use when playing audio through LiveKit on pre-O devices. -
-
Method Detail
-
getAudioMode
final Integer getAudioMode()
The audio mode to use when playing audio through LiveKit.
-
getAudioAttributes
final AudioAttributes getAudioAttributes()
The audio attributes to use when playing audio through LiveKit.
-
getAudioStreamType
final Integer getAudioStreamType()
The audio attributes to use when playing audio through LiveKit on pre-O devices.
-
-
-
-