Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

taking image from Screen while screen share enabled #683

Open
fatemi2020 opened this issue May 11, 2023 · 1 comment
Open

taking image from Screen while screen share enabled #683

fatemi2020 opened this issue May 11, 2023 · 1 comment

Comments

@fatemi2020
Copy link

fatemi2020 commented May 11, 2023

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
Copy link
Member

Taking a screenshot of screen mode is not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants