collab-project / videojs-record

video.js plugin for recording audio/video/image files
https://collab-project.github.io/videojs-record
MIT License
1.39k stars 315 forks source link

taking image from Screen while screen share enabled #683

Open fatemi2020 opened 1 year ago

fatemi2020 commented 1 year ago

Description

Hello and thank you from your perfect plugin, I need to access the taking image button while screen share is active. But seems this feature is just active when the video is coming from the webcam.

my options are:

var screenOptions = {
            controls: false,
            fluid: false,
            bigPlayButton: false,
            controlBar: {
                volumePanel: false,
                fullscreenToggle: false
            },
            plugins: {
                record: {
                    video: false,
                    audio: false,
                    debug: true,
                    screen: true,
                    image: true,
                    frameWidth: 640,
                    frameHeight: 480
                }
            }
        };
thijstriemstra commented 7 months ago

Taking a screenshot of screen mode is not supported.