docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCTrackEvent

    Inheritance
    object
    RTCTrackEvent
    Namespace: Unity.WebRTC
    Assembly: Unity.WebRTC.dll
    Syntax
    public class RTCTrackEvent

    Properties

    Receiver

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

    Streams

    Declaration
    public IEnumerable<MediaStream> Streams { get; }
    Property Value
    Type Description
    IEnumerable<MediaStream>

    Track

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

    Transceiver

    Declaration
    public RTCRtpTransceiver Transceiver { get; }
    Property Value
    Type Description
    RTCRtpTransceiver
    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)