docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SignalingEventData

    Inheritance
    object
    SignalingEventData
    Namespace: Unity.RenderStreaming
    Assembly: Unity.RenderStreaming.dll
    Syntax
    public class SignalingEventData : BaseEventData

    Constructors

    SignalingEventData(EventSystem)

    Declaration
    public SignalingEventData(EventSystem eventSystem)
    Parameters
    Type Name Description
    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

    sdp

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

    transceiver

    Declaration
    public RTCRtpTransceiver transceiver { get; set; }
    Property Value
    Type Description
    RTCRtpTransceiver
    In This Article
    Back to top
    Copyright © 2024 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)