/ fm / liveswitch / sdp / ice / TransportProtocol
Class: TransportProtocol
Defines valid SDP transport protocols.
Table of contents
Constructors
Methods
Constructors
constructor
+ new TransportProtocol(): TransportProtocol
Returns: TransportProtocol
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/TransportProtocol.ts:9
getTcp
▸ Static
getTcp(): string
Gets the SDP transport protocol meaning "tcp".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/TransportProtocol.ts:17
getUdp
▸ Static
getUdp(): string
Gets the SDP transport protocol meaning "udp".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/TransportProtocol.ts:29