Hi,
The system requirements check implemented (https://github.com/OpenVidu/openvidu/blob/master/openvidu-browser/src/OpenVidu/OpenVidu.ts#L332) is quite restrictive, as it prevents some capable browsers to use OpenVidu. By example, Chromium-derived browsers are as capable as Chrome but because they expose another name, they will not pass the requirements check. I’ve encountered this with the Samsung android browser, based on Chromium and not usable with OpenVidu.
Any thoughts on that? Couldn’t we check the real required capabilities of the browser?
Thanks,
Quentin