Add adaptive packet loss handling
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace VoiceCat.Protocol;
|
||||
|
||||
public static class ProtocolFeatures
|
||||
{
|
||||
public const string AdaptivePacketLoss = "adaptive-packet-loss";
|
||||
}
|
||||
Reference in New Issue
Block a user