openvidu-browser: add Samsung Internet Browser as a Chroumium browser

pull/621/head
pabloFuente 2021-03-23 19:35:55 +01:00
parent 1dc8b38c0c
commit e59e9033f8
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ export class PlatformUtils {
return this.isChromeBrowser() || this.isChromeMobileBrowser() || return this.isChromeBrowser() || this.isChromeMobileBrowser() ||
this.isOperaBrowser() || this.isOperaMobileBrowser() || this.isOperaBrowser() || this.isOperaMobileBrowser() ||
this.isEdgeBrowser() || this.isEdgeMobileBrowser() || this.isEdgeBrowser() || this.isEdgeMobileBrowser() ||
this.isSamsungBrowser() ||
this.isIonicAndroid() || this.isIonicIos() || this.isIonicAndroid() || this.isIonicIos() ||
this.isElectron(); this.isElectron();
} }