issue-215 :fix for supporting electron browser
This commit is contained in:
parent
7060597690
commit
05bd83e8ef
@ -342,7 +342,7 @@ export class OpenVidu {
|
||||
(browser !== 'Chrome') && (browser !== 'Chrome Mobile') &&
|
||||
(browser !== 'Firefox') && (browser !== 'Firefox Mobile') &&
|
||||
(browser !== 'Opera') && (browser !== 'Opera Mobile') &&
|
||||
(browser !== 'Android Browser') &&
|
||||
(browser !== 'Android Browser') && browser !== 'Electron' &&
|
||||
(browser !== 'IE' || platform.version !== undefined && parseInt(platform.version) < 11)
|
||||
) {
|
||||
return 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user