Search Results for

    Show / Hide Table of Contents

    Struct RTCIceServer

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: LiveKit
    Assembly: cs.temp.dll.dll
    Syntax
    public struct RTCIceServer

    Fields

    Credential

    Declaration
    public string Credential
    Field Value
    Type Description
    System.String

    CredentialType

    Declaration
    public RTCIceCredentialType? CredentialType
    Field Value
    Type Description
    System.Nullable<RTCIceCredentialType>

    URLs

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

    Username

    Declaration
    public string Username
    Field Value
    Type Description
    System.String
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL