docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class WindowsMRRemoting

    Inheritance
    object
    WindowsMRRemoting
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.XR.WindowsMR
    Assembly: Unity.XR.WindowsMixedReality.dll
    Syntax
    public static class WindowsMRRemoting

    Properties

    isAudioEnabled

    Declaration
    public static bool isAudioEnabled { get; set; }
    Property Value
    Type Description
    bool

    isConnected

    Declaration
    public static bool isConnected { get; }
    Property Value
    Type Description
    bool

    isVideoEnabled

    Declaration
    public static bool isVideoEnabled { get; set; }
    Property Value
    Type Description
    bool

    maxBitRateKbps

    Declaration
    public static int maxBitRateKbps { get; set; }
    Property Value
    Type Description
    int

    remoteMachineName

    Declaration
    public static string remoteMachineName { get; set; }
    Property Value
    Type Description
    string

    Methods

    Connect()

    Declaration
    public static void Connect()

    Disconnect()

    Declaration
    public static void Disconnect()

    TryGetConnectionFailureReason(out ConnectionFailureReason)

    Declaration
    public static bool TryGetConnectionFailureReason(out ConnectionFailureReason connectionFailureReason)
    Parameters
    Type Name Description
    ConnectionFailureReason connectionFailureReason
    Returns
    Type Description
    bool

    TryGetConnectionState(out ConnectionState)

    Declaration
    public static bool TryGetConnectionState(out ConnectionState connectionState)
    Parameters
    Type Name Description
    ConnectionState connectionState
    Returns
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2025 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)