/ fm / liveswitch / sdp / ice / TrickleIceOptionTag
Class: TrickleIceOptionTag
Hierarchy
-
↳ TrickleIceOptionTag
Table of contents
Constructors
Methods
Constructors
constructor
+ new TrickleIceOptionTag(): TrickleIceOptionTag
Initializes a new instance of the [[fm.liveswitch.sdp.ice.trickleIceOptionTag]] class.
Returns: TrickleIceOptionTag
Inherited from: OptionTag
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/TrickleIceOptionTag.ts:11
Methods
getType
▸ getType(): OptionTagType
Gets the type of this tag.
Returns: OptionTagType
Inherited from: OptionTag
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/OptionTag.ts:59
getTypeString
▸ getTypeString(): string
Returns: string
Overrides: OptionTag
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/TrickleIceOptionTag.ts:9
setType
▸ Protected
setType(value
: OptionTagType): void
Sets the type of this tag.
Parameters:
Name | Type |
---|---|
value |
OptionTagType |
Returns: void
Inherited from: OptionTag
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/OptionTag.ts:71
toString
▸ toString(): string
Gets the string representation of this tag
Returns: string
Overrides: OptionTag
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/TrickleIceOptionTag.ts:34
getTrickle
▸ Static
getTrickle(): string
Gets the "trickle" option string.
Returns: string
Inherited from: OptionTag
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/OptionTag.ts:31
parse
▸ Static
parse(tagString
: string): OptionTag
Generates a tag object from a string.
Parameters:
Name | Type | Description |
---|---|---|
tagString |
string | The tag string. |
Returns: OptionTag
Inherited from: OptionTag
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/OptionTag.ts:44