FM.LiveSwitch by Frozen Mountain Software

<PackageReference Include="FM.LiveSwitch" Version="1.14.3.9675" />

.NET API 5,045,248 bytes

 DataChannelInfo

public class DataChannelInfo : Info
public string Label { get; set; }

public bool Ordered { get; set; }

public DataChannelReport Report { get; set; }

public string State { get; set; }

public string Subprotocol { get; set; }

public DataChannelInfo()

public static DataChannelInfo FromJson(string dataChannelInfoJson)

public static DataChannelInfo[] FromJsonArray(string dataChannelInfosJson)

public static string ToJson(DataChannelInfo dataChannelInfo)

public static string ToJsonArray(DataChannelInfo[] dataChannelInfos)

public string ToJson()