/ fm / liveswitch / sdp / ice / UnknownIceOptionTag
Class: UnknownIceOptionTag
Hierarchy
-
↳ UnknownIceOptionTag
Table of contents
Constructors
Methods
Constructors
constructor
+ new UnknownIceOptionTag(tagString
: string): UnknownIceOptionTag
Initializes a new instance of the [[fm.liveswitch.sdp.ice.unknownIceOptionTag]] class.
Parameters:
Name | Type |
---|---|
tagString |
string |
Returns: UnknownIceOptionTag
Inherited from: OptionTag
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/UnknownIceOptionTag.ts:13
Methods
getTagString
▸ getTagString(): string
Gets the tag string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/UnknownIceOptionTag.ts:39
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/UnknownIceOptionTag.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/UnknownIceOptionTag.ts:59
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