Search Results for

    / fm / liveswitch / sdp / ice / UnknownIceOptionTag

    Class: UnknownIceOptionTag

    sdp.ice.UnknownIceOptionTag

    Hierarchy

    • OptionTag

      ↳ UnknownIceOptionTag

    Table of contents

    Constructors

    • constructor

    Methods

    • getTagString
    • getType
    • getTypeString
    • setType
    • toString
    • getTrickle
    • parse

    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

    ▸ ProtectedsetType(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

    ▸ StaticgetTrickle(): string

    Gets the "trickle" option string.

    Returns: string

    Inherited from: OptionTag

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/ice/OptionTag.ts:31


    parse

    ▸ Staticparse(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

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0