The transport types.
More...
◆ TransportType()
| fm.liveswitch.TransportType.TransportType |
( |
int |
value | ) |
|
◆ [static initializer]()
| fm.liveswitch.TransportType.[static initializer] |
|
static |
◆ getAssignedValue()
| int fm.liveswitch.TransportType.getAssignedValue |
( |
| ) |
|
◆ getByAssignedValue()
| static TransportType fm.liveswitch.TransportType.getByAssignedValue |
( |
int |
value | ) |
|
|
static |
◆ DtlsTransport
| fm.liveswitch.TransportType.DtlsTransport =(3) |
The transport that negotiates Dtls.
◆ Gatherer
| fm.liveswitch.TransportType.Gatherer =(1) |
The transport that gathers candidates.
◆ IceTransport
| fm.liveswitch.TransportType.IceTransport =(2) |
The transport that establishes ice connectivity.
◆ MediaTransport
| fm.liveswitch.TransportType.MediaTransport =(8) |
◆ None
| fm.liveswitch.TransportType.None =(10) |
◆ ReliableDataTransport
| fm.liveswitch.TransportType.ReliableDataTransport =(5) |
The transport that establishes reliable data.
◆ SctpTransport
| fm.liveswitch.TransportType.SctpTransport =(4) |
The transport that negotiates Sctp.
◆ SrtpTransport
| fm.liveswitch.TransportType.SrtpTransport =(6) |
The transport that establishes SRTP.
◆ Unknown
| fm.liveswitch.TransportType.Unknown =(9) |
The transport is Unknown.
◆ Unset
| fm.liveswitch.TransportType.Unset =(7) |
The transport that is Unset.