DetectRTC icon indicating copy to clipboard operation
DetectRTC copied to clipboard

Differentiating between types of screen share support in chrome.

Open alojzmilicevic opened this issue 5 years ago • 1 comments

If i understand this correctly, older versions of chrome (version < 72) required the user to install a plugin in order to have screen capture supported. I would like to be able to differentiate between users that have to low version (version < 35) and users that need to install plugins in order to get it to work (version < 72).

alojzmilicevic avatar Jan 31 '20 09:01 alojzmilicevic

determine by navigator.useragent?

PatSpiegel avatar Jan 31 '20 18:01 PatSpiegel