docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum RTCSignalingState

    Represents the signaling state for a peer connection.

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

    Fields

    Name Description
    Closed

    The signaling state is closed.

    HaveLocalOffer

    The signaling state has a local offer.

    HaveLocalPrAnswer

    The signaling state has a local provisional answer.

    HaveRemoteOffer

    The signaling state has a remote offer.

    HaveRemotePrAnswer

    The signaling state has a remote provisional answer.

    Stable

    The signaling state is stable.

    See Also
    SignalingState
    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)