You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The functionality seems to be what I'm looking for (especially the screen capturing).
The rtc.io module is working fine, so I'm able to forward the camera screen to another browser.
However, I'm not able to use this package in the browser.
I tried also to generate a dedicated js file which contains only
var capture = require('rtc-captureconfig'); var getUserMedia = require('getusermedia');
as shown in the description and generated a bundle file with browserify but no look so far.
maybe you have an idea of how to use it in a HTML environment.
Thanks!
The text was updated successfully, but these errors were encountered:
The functionality seems to be what I'm looking for (especially the screen capturing).
The rtc.io module is working fine, so I'm able to forward the camera screen to another browser.
However, I'm not able to use this package in the browser.
I tried also to generate a dedicated js file which contains only
var capture = require('rtc-captureconfig'); var getUserMedia = require('getusermedia');
as shown in the description and generated a bundle file with browserify but no look so far.
maybe you have an idea of how to use it in a HTML environment.
Thanks!
The text was updated successfully, but these errors were encountered: