Files
voice-cat/src/VoiceCat.Protocol/ProtocolFeatures.cs
T
Talon 7b0c003ad4
Build and test / test (macos-latest) (push) Canceled after 0s
Build and test / test (ubuntu-24.04) (push) Canceled after 0s
Build and test / test (windows-latest) (push) Canceled after 0s
Build and test / apple-client (push) Canceled after 0s
Add adaptive packet loss handling
2026-09-22 16:54:49 +02:00

7 lines
140 B
C#

namespace VoiceCat.Protocol;
public static class ProtocolFeatures
{
public const string AdaptivePacketLoss = "adaptive-packet-loss";
}