/ fm / liveswitch / sdp / ice / CandidateType
Class: CandidateType
Defines valid SDP candidate types.
Table of contents
Constructors
Methods
Constructors
constructor
+ new CandidateType(): CandidateType
Returns: CandidateType
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/CandidateType.ts:9
getHost
▸ Static
getHost(): string
Gets the SDP candidate type meaning "Host".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/CandidateType.ts:17
getPeerReflexive
▸ Static
getPeerReflexive(): string
Gets the SDP candidate type meaning "Peer Reflexive".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/CandidateType.ts:29
getRelayed
▸ Static
getRelayed(): string
Gets the SDP candidate type meaning "Relayed".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/CandidateType.ts:41
getServerReflexive
▸ Static
getServerReflexive(): string
Gets the SDP candidate type meaning "Server Reflexive".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/CandidateType.ts:53