Enum TransportType
The transport types.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum TransportType : int
Fields
| Name | Description |
|---|---|
| DtlsTransport | The transport that negotiates Dtls. |
| Gatherer | The transport that gathers candidates. |
| IceTransport | The transport that establishes ice connectivity. |
| MediaTransport | The transport for Media. |
| None | No transport. |
| ReliableDataTransport | The transport that establishes reliable data. |
| SctpTransport | The transport that negotiates Sctp. |
| SrtpTransport | The transport that establishes SRTP. |
| Unknown | The transport is Unknown. |
| Unset | The transport that is Unset. |