Class RTCRtpTransceiver | WebRTC | 2.1.3-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class RTCRtpTransceiver

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

    Properties

    CurrentDirection

    Declaration
    public RTCRtpTransceiverDirection CurrentDirection { get; }
    Property Value
    Type Description
    RTCRtpTransceiverDirection

    Receiver

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

    Sender

    Declaration
    public RTCRtpSender Sender { get; }
    Property Value
    Type Description
    RTCRtpSender

    Methods

    SetCodecPreferences(RTCRtpCodecCapability[])

    Declaration
    public void SetCodecPreferences(RTCRtpCodecCapability[] capabilities)
    Parameters
    Type Name Description
    RTCRtpCodecCapability[] capabilities

    SetDirection(RTCRtpTransceiverDirection)

    Declaration
    public void SetDirection(RTCRtpTransceiverDirection direction)
    Parameters
    Type Name Description
    RTCRtpTransceiverDirection direction

    Stop()

    Declaration
    public void Stop()
    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