Skip to content

taking image from Screen while screen share enabled #683

Open
@fatemi2020

Description

@fatemi2020

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions