I'm trying to make a screen sharing web application using webRTC and it works well on my PC.
But it doesn't works on my mobile Chrome(40.0.2214.109) and I heard that the mobile Chrome doesn't support chrome extension API.
It seems the mobile Chrome doesn't support desktopCapture API.
I hope to share a screen and view it on browser, no matter it's on mobile or PC, but is it possible?
If it isn't, when does I can use such extensions and APIs?