docs.unity3d.com
    Show / Hide Table of Contents

    Class SignalingEventData

    Inheritance
    Object
    UnityEngine.EventSystems.AbstractEventData
    UnityEngine.EventSystems.BaseEventData
    SignalingEventData
    Inherited Members
    UnityEngine.EventSystems.BaseEventData.currentInputModule
    UnityEngine.EventSystems.BaseEventData.selectedObject
    UnityEngine.EventSystems.AbstractEventData.m_Used
    UnityEngine.EventSystems.AbstractEventData.Reset()
    UnityEngine.EventSystems.AbstractEventData.Use()
    UnityEngine.EventSystems.AbstractEventData.used
    Namespace: Unity.RenderStreaming
    Syntax
    public class SignalingEventData : BaseEventData

    Constructors

    SignalingEventData(EventSystem)

    Declaration
    public SignalingEventData(EventSystem eventSystem)
    Parameters
    Type Name Description
    UnityEngine.EventSystems.EventSystem eventSystem

    Properties

    channel

    Declaration
    public RTCDataChannel channel { get; set; }
    Property Value
    Type Description
    RTCDataChannel

    connectionId

    Declaration
    public string connectionId { get; set; }
    Property Value
    Type Description
    String

    receiver

    Declaration
    public RTCRtpReceiver receiver { get; set; }
    Property Value
    Type Description
    RTCRtpReceiver

    sdp

    Declaration
    public string sdp { get; set; }
    Property Value
    Type Description
    String
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023