Class RTCTrackEvent | WebRTC | 2.0.5-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class RTCTrackEvent

    Inheritance
    Object
    RTCTrackEvent
    Namespace: Unity.WebRTC
    Syntax
    public class RTCTrackEvent

    Properties

    Receiver

    Declaration
    public RTCRtpReceiver Receiver { get; }
    Property Value
    Type Description
    RTCRtpReceiver

    Track

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

    Transceiver

    Declaration
    public RTCRtpTransceiver Transceiver { get; }
    Property Value
    Type Description
    RTCRtpTransceiver
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX