-
Please consider changing the "matches" URL in manifest.json file to be wide open, like this:
"matches": ["https://*/*", "https://www.webrtc-experime...", "https://rtcmulticonnection...."]
This wou…
-
https://www.youtube.com/watch?v=nBUuMKtEeyU
As refered from this video, screen capturing doesnt worked for me, when installed from https://github.com/muaz-khan/Chrome-Extensions/tree/master/desktop…
-
Whenever I try to record screen, it says "Multi-capturing of screen is not allowed. Capturing process is denied. Are you enabled flag: "Enable screen capture support in getUserMedia"?"
Could you pleas…
-
Is this possible? I'm using this extension with getScreenId javascript library in order to get the stream/id from it, and the idea is to close the stream from code (aka stop sharing button).
However,…
-
In order to understand, I have a site and inside of it there is an iframe that loads the RecordRTC file and plays a video. From the iframe I am able to get a reference to the body tag of the outer div…
-
I am trying to do an inline installation of the following Screen Capture chrome extension:
https://chrome.google.com/webstore/detail/screen-capturing/ajhifddimkapgcifgcodmmfdlknahffk
I have downlo…
aemal updated
7 years ago
-
Hi Muaz!
I have the following piece of code to share the screen using the screen capturing chrome extension and the `getScreenId.js` script.
``` javascript
screenshare_button.onclick = function () {…
-
Hi, this is not an issue. I just want to know how can I add new streams to the session.
I'm using https://www.webrtc-experiment.com/getScreenId/ and I want to add this new stream to the webrtc sessio…
-
Hi,
I am trying to use screen sharing provided in RTCMUlticonnection V3.0 (Socket.IO over node.js) you have provided but i keep getting the below error. What the problem is i am not able to figure ou…
-
Previously, letting nifty goto a screen had immediate effect, so I could work with it afterwards; now I had to put a forced update()-call behind it, which feels dirty, but it seems to work seamlessly …