docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IRenderStreamingDelegate

    Namespace: Unity.RenderStreaming
    Assembly: Unity.RenderStreaming.dll
    Syntax
    public interface IRenderStreamingDelegate

    Events

    onAddChannel

    Declaration
    event Action<string, RTCDataChannel> onAddChannel
    Event Type
    Type Description
    Action<string, RTCDataChannel>

    onAddTransceiver

    Declaration
    event Action<string, RTCRtpTransceiver> onAddTransceiver
    Event Type
    Type Description
    Action<string, RTCRtpTransceiver>

    onConnect

    Declaration
    event Action<string> onConnect
    Event Type
    Type Description
    Action<string>

    onCreatedConnection

    Declaration
    event Action<string> onCreatedConnection
    Event Type
    Type Description
    Action<string>

    onDeletedConnection

    Declaration
    event Action<string> onDeletedConnection
    Event Type
    Type Description
    Action<string>

    onDisconnect

    Declaration
    event Action<string> onDisconnect
    Event Type
    Type Description
    Action<string>

    onGotAnswer

    Declaration
    event Action<string, string> onGotAnswer
    Event Type
    Type Description
    Action<string, string>

    onGotOffer

    Declaration
    event Action<string, string> onGotOffer
    Event Type
    Type Description
    Action<string, string>

    onStart

    Declaration
    event Action onStart
    Event Type
    Type Description
    Action
    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)