/ fm / liveswitch / sdp / ice / OptionTag
Class: OptionTag
A tag for an [[fm.liveswitch.sdp.ice.optionsAttribute]].
Hierarchy
OptionTag
Table of contents
Constructors
Methods
Constructors
constructor
+ new OptionTag(): OptionTag
Returns: OptionTag
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/OptionTag.ts:13
Methods
getType
▸ getType(): OptionTagType
Gets the type of this tag.
Returns: OptionTagType
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/OptionTag.ts:59
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/OptionTag.ts:9
setType
▸ Protected
setType(value
: OptionTagType): void
Sets the type of this tag.
Parameters:
Name | Type |
---|---|
value |
OptionTagType |
Returns: void
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/OptionTag.ts:71
toString
▸ Abstract
toString(): string
Gets the string representation of this tag.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/OptionTag.ts:83
getTrickle
▸ Static
getTrickle(): string
Gets the "trickle" option string.
Returns: string
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
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/OptionTag.ts:44