Search Results for

    Show / Hide Table of Contents

    Struct VideoCaptureOptions

    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 VideoCaptureOptions

    Fields

    DeviceId

    Declaration
    public ConstrainDOMString DeviceId
    Field Value
    Type Description
    ConstrainDOMString

    FacingMode

    Declaration
    public ConstrainDOMString? FacingMode
    Field Value
    Type Description
    System.Nullable<ConstrainDOMString>

    Resolution

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