-
-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exposure of mediaStreamRenderers dictionary #253
Comments
Can you please elaborate on how that would work? Would it be a standalone module or do you plan to contribute it to this plugin? |
I didn't want to de-rail anything for the core iosrtc system, but would be happy to contribute. In the core, it should be much easier to extend. The extensions seem to take okay on the build, but I can't seem to address the mediaStreamRenderers object. Here's the SWIFT code for the extension:
The JS methods to call this is where I get a little hazy. |
JS |
any plan to add this feature into iosrtc to take snapshot? |
I don't think we should add API that are not in WebRTC spec. |
See #116 (comment) |
I'm trying to write an extension to address issue #116 to allow screen capture of particular UIViews holding a video.
I'm not sure where the mediaStreamRenderers is located and how to match a particular video on the webView to the underlying UIView showing the attached media.
Any advice would help.
The text was updated successfully, but these errors were encountered: