MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Struct ConfigurableIceServer

    ICE server as a serializable data structure for the Unity inspector.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Microsoft.MixedReality.WebRTC.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public struct ConfigurableIceServer

    Fields

    Type

    The type of ICE server.

    Declaration
    public IceType Type
    Field Value
    Type Description
    IceType

    Uri

    The unqualified URI of the server.

    Declaration
    public string Uri
    Field Value
    Type Description
    String
    Remarks

    The URI must not have any stun: or turn: prefix.

    Methods

    ToString()

    Convert the server to the representation the underlying implementation use.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    The stringified server information.

    Overrides
    ValueType.ToString()
    In This Article
    Back to top Generated by DocFX