docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class IceServer

    Inheritance
    object
    IceServer
    Namespace: Unity.RenderStreaming
    Assembly: Unity.RenderStreaming.dll
    Syntax
    [Serializable]
    public class IceServer

    Constructors

    IceServer(string[], string, IceCredentialType, string)

    Declaration
    public IceServer(string[] urls = null, string username = null, IceCredentialType credentialType = IceCredentialType.Password, string credential = null)
    Parameters
    Type Name Description
    string[] urls
    string username
    IceCredentialType credentialType
    string credential

    Properties

    credential

    Declaration
    public string credential { get; }
    Property Value
    Type Description
    string

    credentialType

    Declaration
    public IceCredentialType credentialType { get; }
    Property Value
    Type Description
    IceCredentialType

    urls

    Declaration
    public IReadOnlyCollection<string> urls { get; }
    Property Value
    Type Description
    IReadOnlyCollection<string>

    username

    Declaration
    public string username { get; }
    Property Value
    Type Description
    string

    Methods

    Clone()

    Declaration
    public IceServer Clone()
    Returns
    Type Description
    IceServer

    Clone(string[], string, IceCredentialType?, string)

    Declaration
    public IceServer Clone(string[] urls = null, string username = null, IceCredentialType? credentialType = null, string credential = null)
    Parameters
    Type Name Description
    string[] urls
    string username
    IceCredentialType? credentialType
    string credential
    Returns
    Type Description
    IceServer

    Operators

    explicit operator RTCIceServer(IceServer)

    Declaration
    public static explicit operator RTCIceServer(IceServer server)
    Parameters
    Type Name Description
    IceServer server
    Returns
    Type Description
    RTCIceServer
    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)