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

    Struct RTCIceServer

    Namespace: Unity.WebRTC
    Syntax
    [Serializable]
    public struct RTCIceServer

    Fields

    credential

    Declaration
    [Tooltip("Optional: specifies the password to use when authenticating with the ICE server")]
    public string credential
    Field Value
    Type Description
    String

    credentialType

    Declaration
    [Tooltip("What type of credential the `password` value")]
    public RTCIceCredentialType credentialType
    Field Value
    Type Description
    RTCIceCredentialType

    urls

    Declaration
    [Tooltip("Array to set URLs of your STUN/TURN servers")]
    public string[] urls
    Field Value
    Type Description
    String[]

    username

    Declaration
    [Tooltip("Optional: specifies the username to use when authenticating with the ICE server")]
    public string username
    Field Value
    Type Description
    String

    See Also

    RTCConfiguration
    トップに戻る
    Copyright © 2023 Unity Technologies
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on Wednesday, November 1, 2023