Search Results for

    Show / Hide Table of Contents

    Struct CreateLocalTracksOptions

    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 CreateLocalTracksOptions

    Fields

    Audio

    Declaration
    public bool? Audio
    Field Value
    Type Description
    System.Nullable<System.Boolean>

    AudioOptions

    Declaration
    public AudioCaptureOptions? AudioOptions
    Field Value
    Type Description
    System.Nullable<AudioCaptureOptions>

    Video

    Declaration
    public bool? Video
    Field Value
    Type Description
    System.Nullable<System.Boolean>

    VideoOptions

    Declaration
    public VideoCaptureOptions? VideoOptions
    Field Value
    Type Description
    System.Nullable<VideoCaptureOptions>
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL