Table of Contents

Enum AudioTrackFeature

Namespace
LiveKit.Proto
Assembly
LiveKit.AspNetCore.ServerSdk.Abstractions.dll
public enum AudioTrackFeature

Fields

[OriginalName("TF_AUTO_GAIN_CONTROL")] TfAutoGainControl = 2
[OriginalName("TF_ECHO_CANCELLATION")] TfEchoCancellation = 3
[OriginalName("TF_ENHANCED_NOISE_CANCELLATION")] TfEnhancedNoiseCancellation = 5
[OriginalName("TF_NO_DTX")] TfNoDtx = 1
[OriginalName("TF_NOISE_SUPPRESSION")] TfNoiseSuppression = 4
[OriginalName("TF_PRECONNECT_BUFFER")] TfPreconnectBuffer = 6

client will buffer audio once available and send it to the server via bytes stream once connected

[OriginalName("TF_STEREO")] TfStereo = 0