muaz-khan / RTCMultiConnection

RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)
https://muazkhan.com:9001/
MIT License
2.57k stars 1.37k forks source link

How to use screen sharing demo in android with cordova? #734

Open ronitpadariya opened 5 years ago

ronitpadariya commented 5 years ago

I am using screen sharing demo using cordova in android lollipop and Nougat. I am facing error(NotFoundError: requested device not found). And in chrome version 72, facing error(NotAllowedError: Invalid state). Is Screen Sharing supported to android or not using cordova?

Thanks...

RahulChen commented 4 years ago

I have the same problem. I guess the reason is: navigator.mediaDevices.getDisplayMedia() is Not supported in Android or IOS link: https://developer.mozilla.org/zh-CN/docs/Web/API/MediaDevices/getDisplayMedia