diff --git a/openvidu-browser/src/Main.ts b/openvidu-browser/src/Main.ts index a9ef8bd3..a205bc08 100644 --- a/openvidu-browser/src/Main.ts +++ b/openvidu-browser/src/Main.ts @@ -5,5 +5,5 @@ if (window) { window['OpenVidu'] = OpenVidu; } -// Disable jsnlog window error overriding -JL.setOptions({ enabled: false }) \ No newline at end of file +// Disable jsnlog when library is loaded +JL.setOptions({ enabled: false }) diff --git a/openvidu-browser/src/index.ts b/openvidu-browser/src/index.ts index cee850f8..d86d50cb 100644 --- a/openvidu-browser/src/index.ts +++ b/openvidu-browser/src/index.ts @@ -38,5 +38,5 @@ export { SignalOptions } from './OpenViduInternal/Interfaces/Public/SignalOption export { StreamManagerVideo } from './OpenViduInternal/Interfaces/Public/StreamManagerVideo'; export { SubscriberProperties } from './OpenViduInternal/Interfaces/Public/SubscriberProperties'; -// Disable jsnlog window error overriding -JL.setOptions({ enabled: false }) \ No newline at end of file +// Disable jsnlog when library is loaded +JL.setOptions({ enabled: false })