MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Enum IceGatheringState

    State of an ICE gathering process.

    Namespace: Microsoft.MixedReality.WebRTC
    Assembly: Microsoft.MixedReality.WebRTC.dll
    Syntax
    public enum IceGatheringState : int
    Remarks

    See RTPIceGatheringState from the WebRTC 1.0 standard.

    Fields

    Name Description
    Complete

    The gathering process is complete. At least one ICE transport was active, and all transports finished gathering ICE candidates.

    Gathering

    The gathering process started. At least one ICE transport is active and gathering some ICE candidates.

    New

    There is no ICE transport, or none of them started gathering ICE candidates.

    See Also
    https://www.w3.org/TR/webrtc/#rtcicegatheringstate-enum
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX