Hey there,
We are building a product using both the web and React Native SDKs. We just implemented a feature to share video and image files in web version, using the method outlined in the docs: Advanced features - Video SDK - Zoom Developer Docs.
Now we wanted to also bring the feature to the mobile app, but when looking through the docs, we couldn’t find anything. Is this feature not available in the React Native SDK? And if not, do you have any suggested way of implementing it, as it’s quite an important feature for us? Note that we have already implemented Screen Sharing, but would like the ability to share specific files from the device.
Thanks.