docs.unity3d.com
    目次を表示する/隠す

    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

    Explicit(IceServer to RTCIceServer)

    Declaration
    public static explicit operator RTCIceServer(IceServer server)
    Parameters
    Type Name Description
    IceServer server
    Returns
    Type Description
    RTCIceServer
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)