LiveKit JS Client SDK - v2.11.1

    Interface CreateLocalTracksOptions

    interface CreateLocalTracksOptions {
        audio?: boolean | AudioCaptureOptions;
        video?: boolean | VideoCaptureOptions;
    }
    Index

    Properties

    Properties

    audio?: boolean | AudioCaptureOptions

    audio track options, true to create with defaults. false if audio shouldn't be created default true

    video?: boolean | VideoCaptureOptions

    video track options, true to create with defaults. false if video shouldn't be created default true

    MMNEPVFCICPMFPCPTTAAATR