Search Results for

    / fm / liveswitch / sdp / ice / OptionTag

    Class: OptionTag

    sdp.ice.OptionTag

    A tag for an [[fm.liveswitch.sdp.ice.optionsAttribute]].

    Hierarchy

    • OptionTag

      ↳ TrickleIceOptionTag

      ↳ UnknownIceOptionTag

    Table of contents

    Constructors

    • constructor

    Methods

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

    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

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

    ▸ AbstracttoString(): string

    Gets the string representation of this tag.

    Returns: string

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


    getTrickle

    ▸ StaticgetTrickle(): string

    Gets the "trickle" option string.

    Returns: string

    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

    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