Class ConnectionType
A connection type.
Inheritance
System.Object
ConnectionType
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class ConnectionType : object
Properties
Mcu
Gets the "mcu" connection type string.
Declaration
public static string Mcu { get; }
Property Value
Type | Description |
---|---|
System.String |
Peer
Gets the "peer" connection type string.
Declaration
public static string Peer { get; }
Property Value
Type | Description |
---|---|
System.String |
Sfu
Gets the "sfu" connection type string.
Declaration
public static string Sfu { get; }
Property Value
Type | Description |
---|---|
System.String |