docs.unity.cn
    Show / Hide Table of Contents

    Interface IStreamSender

    Namespace: Unity.RenderStreaming
    Syntax
    public interface IStreamSender

    Properties

    Track

    Declaration
    MediaStreamTrack Track { get; }
    Property Value
    Type Description
    MediaStreamTrack

    Transceivers

    Declaration
    IReadOnlyDictionary<string, RTCRtpTransceiver> Transceivers { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<String, RTCRtpTransceiver>

    Methods

    SetTransceiver(String, RTCRtpTransceiver)

    Declaration
    void SetTransceiver(string connectionId, RTCRtpTransceiver transceiver)
    Parameters
    Type Name Description
    String connectionId
    RTCRtpTransceiver transceiver
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Friday, February 24, 2023
    Terms of use