mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: fix object initialization type error
parent
2f2001490a
commit
bbfc579161
|
@ -121,7 +121,7 @@ export class WebRtcStats {
|
||||||
}
|
}
|
||||||
|
|
||||||
public initWebRtcStats(): void {
|
public initWebRtcStats(): void {
|
||||||
let webrtcObj = null;
|
let webrtcObj;
|
||||||
// When cross-site (aka third-party) cookies are blocked by the browser,
|
// When cross-site (aka third-party) cookies are blocked by the browser,
|
||||||
// accessing localStorage in a third-party iframe throws a DOMException.
|
// accessing localStorage in a third-party iframe throws a DOMException.
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue