After successfully implementing screen-sharing functionality on our web application using React-Lib, we are encountering difficulties receiving the screen-sharing stream on mobile devices that use React Native. Despite efforts, the screen-sharing stream remains inaccessible within the app. The JSON data indicates the absence of a screen-sharing stream.
It's suspected that the issue may be related to the native environment of React Native. However, further investigation is required to pinpoint the exact cause of the problem.
Would be great if you guys could offer me some ideas.
Thanks ;)