OpenTelecom / WKWebViewRTC

MIT License
94 stars 30 forks source link

Support for getDisplayMedia #23

Open berott opened 2 years ago

berott commented 2 years ago

I want to implement the ScreenSharing-API ( https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia ) in an webview. You mentioned getDisplayMedia in https://github.com/OpenTelecom/WKWebViewRTC/blob/b53de42b36f475f52e6c8cd75320620448410948/WKWebViewRTC/Js/src/MediaDevices.js#L31 but I think, it is not implemented yet.

Are there any plans to implement these functions as well?

hthetiot commented 2 years ago

See existing PR for iOSRTC that this WebRTC implementation is based on: https://github.com/cordova-rtc/cordova-plugin-iosrtc/pull/424