Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Ionic 开发视频会议应用程序,我正在使用 WebRTC,我需要实现屏幕共享功能,这在基于桌面的浏览器中很容易实现,但是在移动设备中使用相同功能时,它不起作用,是否存在有什么办法可以让它工作。??
那时我正在使用 agora SDK,他们不支持离子屏幕共享,最后我们必须切换到 react-native 并通过使用 agora 的原生 sdk 来编写屏幕共享模块。