mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: add Samsung Internet Browser as a Chroumium browser
parent
1dc8b38c0c
commit
e59e9033f8
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue