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
Hello, webrtc.io is great, congratulations for this excellent library, I recently read support for screen capture from Google Chrome. Webrtc.io will in the future perform this action? or it is possible to do, making some kind of change, I have observed through getUserMedia option in the video option associated a number of parameters:
Hello, webrtc.io is great, congratulations for this excellent library, I recently read support for screen capture from Google Chrome. Webrtc.io will in the future perform this action? or it is possible to do, making some kind of change, I have observed through getUserMedia option in the video option associated a number of parameters:
navigator.getUserMedia({
video: {
mandatory: {
chromeMediaSource: 'screen'
// maxWidth: 640,
// maxHeight: 480
}
}
});
Thanks for your attention ..
The text was updated successfully, but these errors were encountered: