Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/DolbyIO.Comms.Sdk/Native/Structs/ConnectionOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class ConnectionOptions
{
/// <summary>
/// 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.
/// </summary>
public int MaxVideoForwarding = 25;

Expand Down