Can I screen share Android using WebRTC?
WebRTC is a powerful technology for peer to peer communication within the browsers without the use of any additional plugins. It uses HTML5 and simple APIS to provide high-quality audio and video communications between the users. Screen sharing on Android using the WebRTC is completely feasible. It is possible by using the webRTC component get user media by capturing the screen.
Comments