videojs-record icon indicating copy to clipboard operation
videojs-record copied to clipboard

taking image from Screen while screen share enabled

Open fatemi2020 opened this issue 2 years ago • 2 comments

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
                }
            }
        };

fatemi2020 avatar May 11 '23 16:05 fatemi2020

Taking a screenshot of screen mode is not supported.

thijstriemstra avatar Feb 14 '24 16:02 thijstriemstra