From e2e993116aefa87539e96ff76ef4958f1363e68a Mon Sep 17 00:00:00 2001 From: Monika Date: Wed, 30 Aug 2023 13:21:12 +0200 Subject: [PATCH] Updated the VFS description --- src/DolbyIO.Comms.Sdk/Native/Structs/ConnectionOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DolbyIO.Comms.Sdk/Native/Structs/ConnectionOptions.cs b/src/DolbyIO.Comms.Sdk/Native/Structs/ConnectionOptions.cs index fe4186c..cb86e4c 100644 --- a/src/DolbyIO.Comms.Sdk/Native/Structs/ConnectionOptions.cs +++ b/src/DolbyIO.Comms.Sdk/Native/Structs/ConnectionOptions.cs @@ -11,7 +11,7 @@ public class ConnectionOptions { /// /// The maximum number of video streams that may be transmitted to the SDK. Valid parameter values - /// are between 0 and 25. + /// are between 0 and 49. /// public int MaxVideoForwarding = 25;