videojs-record
videojs-record copied to clipboard
taking image from Screen while screen share enabled
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
}
}
};
Taking a screenshot of screen mode is not supported.