Search Results for

    / fm / liveswitch / sdp / AddressType

    Class: AddressType

    liveswitch.sdp.AddressType

    Defines valid SDP address types.

    Table of contents

    Constructors

    • constructor

    Methods

    • getTypeString
    • getAddressTypeForAddress
    • getIP4
    • getIP6

    Constructors

    constructor

    + new AddressType(): AddressType

    Returns: AddressType

    Methods

    getTypeString

    ▸ getTypeString(): string

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/AddressType.ts:9


    getAddressTypeForAddress

    ▸ StaticgetAddressTypeForAddress(ipAddress: string): string

    Gets the SDP address type for the specified IP address.

    Parameters:

    Name Type Description
    ipAddress string The IP address.

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/AddressType.ts:18


    getIP4

    ▸ StaticgetIP4(): string

    Gets the SDP address type meaning "IP version 4".

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/AddressType.ts:38


    getIP6

    ▸ StaticgetIP6(): string

    Gets the SDP address type meaning "IP version 6".

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/AddressType.ts:50

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