/ 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
▸ StaticgetHost(): string
Gets the SDP candidate type meaning "Host".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/CandidateType.ts:17
getPeerReflexive
▸ StaticgetPeerReflexive(): string
Gets the SDP candidate type meaning "Peer Reflexive".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/CandidateType.ts:29
getRelayed
▸ StaticgetRelayed(): string
Gets the SDP candidate type meaning "Relayed".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/CandidateType.ts:41
getServerReflexive
▸ StaticgetServerReflexive(): string
Gets the SDP candidate type meaning "Server Reflexive".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/CandidateType.ts:53