Search Results for

    / fm / liveswitch / IceGatheringState

    Enumeration: IceGatheringState

    fm.liveswitch.IceGatheringState

    The state of an ICE gatherer.

    Table of contents

    Enumeration members

    • Closed
    • Closing
    • Complete
    • Failed
    • Gathering
    • New

    Enumeration members

    Closed

    • Closed: = 5

    Indicates that the gatherer has been closed intentionally via a call to stop.

    Defined in: Generated/TypeScript/fm.liveswitch/IceGatheringState.ts:38


    Closing

    • Closing: = 4

    Indicates that the gatherer has started closing intentionally via a call to stop.

    Defined in: Generated/TypeScript/fm.liveswitch/IceGatheringState.ts:32


    Complete

    • Complete: = 3

    Indicates that the gatherer has completed gathering candidates.

    Defined in: Generated/TypeScript/fm.liveswitch/IceGatheringState.ts:26


    Failed

    • Failed: = 6

    Indicates that the gatherer failed due to an error.

    Defined in: Generated/TypeScript/fm.liveswitch/IceGatheringState.ts:44


    Gathering

    • Gathering: = 2

    Indicates that the gatherer is in the process of gathering candidates.

    Defined in: Generated/TypeScript/fm.liveswitch/IceGatheringState.ts:20


    New

    • New: = 1

    Indicates that the gatherer has been created and no gathering has occurred yet.

    Defined in: Generated/TypeScript/fm.liveswitch/IceGatheringState.ts:14

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