docs.unity.cn
    Show / Hide Table of Contents

    Class IceServer

    Inheritance
    Object
    IceServer
    Namespace: Unity.RenderStreaming
    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, Nullable<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
    Nullable<IceCredentialType> credentialType
    String credential
    Returns
    Type Description
    IceServer

    Operators

    Implicit(IceServer to RTCIceServer)

    Declaration
    public static implicit operator RTCIceServer(IceServer server)
    Parameters
    Type Name Description
    IceServer server
    Returns
    Type Description
    RTCIceServer
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Friday, February 24, 2023
    Terms of use