docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum RTCIceConnectionState

    Represents the ICE connection state for a peer connection.

    Namespace: Unity.WebRTC
    Assembly: Unity.WebRTC.dll
    Syntax
    public enum RTCIceConnectionState

    Fields

    Name Description
    Checking

    The ICE connection is in the process of checking candidates.

    Closed

    The ICE connection has been closed.

    Completed

    The ICE connection has been completed.

    Connected

    The ICE connection has been established.

    Disconnected

    The ICE connection has been disconnected.

    Failed

    The ICE connection has failed.

    Max

    This is a sentinel value used for bounds checking.

    New

    The ICE connection is in the initial state.

    See Also
    IceConnectionState
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)