Add adaptive packet loss handling
This commit is contained in:
@@ -43,6 +43,7 @@ internal sealed class AppModel
|
||||
internal IosSettings Settings => settings;
|
||||
internal VoiceCatClient? Client => client;
|
||||
internal bool IsConnected => client?.State == ClientConnectionState.Connected;
|
||||
internal bool SupportsAdaptivePacketLoss => client?.SupportsAdaptivePacketLoss == true;
|
||||
internal bool IsConnecting { get; private set; }
|
||||
internal bool VoiceJoined => microphoneStream != 0;
|
||||
internal bool ScreenSharing => broadcast?.IsActive == true;
|
||||
|
||||
Reference in New Issue
Block a user