Class ConnectionType
A connection type.
Inheritance
System.Object
ConnectionType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class ConnectionType
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 |