docs.unity3d.com
    Show / Hide Table of Contents

    Interface IRenderStreamingDelegate

    Namespace: Unity.RenderStreaming
    Syntax
    public interface IRenderStreamingDelegate

    Events

    onAddChannel

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

    onAddReceiver

    Declaration
    event Action<string, RTCRtpReceiver> onAddReceiver
    Event Type
    Type Description
    Action<String, RTCRtpReceiver>

    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>

    onFoundConnection

    Declaration
    event Action<string> onFoundConnection
    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
    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