docs.unity.cn
    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>

    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
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Friday, February 24, 2023
    Terms of use