openvidu-browser: fix object initialization type error

pull/819/head
pabloFuente 2023-08-21 13:17:35 +02:00
parent 2f2001490a
commit bbfc579161
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ export class WebRtcStats {
}
public initWebRtcStats(): void {
let webrtcObj = null;
let webrtcObj;
// When cross-site (aka third-party) cookies are blocked by the browser,
// accessing localStorage in a third-party iframe throws a DOMException.
try {