Struct RTCIceServer | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Struct RTCIceServer

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

    Fields

    credential

    Declaration
    public string credential
    Field Value
    Type Description
    System.String

    credentialType

    Declaration
    public RTCIceCredentialType credentialType
    Field Value
    Type Description
    RTCIceCredentialType

    urls

    Declaration
    public string[] urls
    Field Value
    Type Description
    System.String[]

    username

    Declaration
    public string username
    Field Value
    Type Description
    System.String
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX