openvidu-browser: WebRtcStats localStorage item to boolean value

pull/173/head
pabloFuente 2018-12-12 15:05:19 +01:00
parent 05a6e8ea10
commit 96d217d035
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export class WebRtcStats {
const elastestInstrumentation = localStorage.getItem('elastest-instrumentation'); const elastestInstrumentation = localStorage.getItem('elastest-instrumentation');
if (elastestInstrumentation) { if (!!elastestInstrumentation) {
// ElasTest instrumentation object found in local storage // ElasTest instrumentation object found in local storage
console.warn('WebRtc stats enabled for stream ' + this.stream.streamId + ' of connection ' + this.stream.connection.connectionId); console.warn('WebRtc stats enabled for stream ' + this.stream.streamId + ' of connection ' + this.stream.connection.connectionId);