Interface CreateLocalTracksOptions

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

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

Generated using TypeDoc