csantosm
2ce54f577b
openvidu-browser: Added common format config file
2022-08-17 18:05:32 +02:00
Juan Navarro
2b70c12be6
openvidu-browser: Node.js platform: Use `globalThis` instead of `window`
...
While `window` is specific to the web browser, and `global` is specific
to Node.js, the standard `globalThis` global variable is common to both
platforms.
Thus, to make openvidu-browser more portable to Node.js, it's better to
use the common name.
More info:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis
2022-07-27 16:53:25 +02:00
Juan Navarro
71b0e6ca43
openvidu-browser: Node.js platform: ConsoleLogger constructor
...
Doesn't look right that the argument is ignored and instead global
state is modified. The code later passes in `window.console` anyway,
so this doesn't really change the behavior.
However this change is important for Node.js compatibility, where
`window` is not defined.
2022-07-27 16:53:25 +02:00
pabloFuente
8457592c0b
openvidu-browser: modify isPro with isAtLeastPro
2022-04-06 20:02:22 +02:00
csantosm
55246abc44
openvidu-browser: Enabled warning logs in production mode
2022-02-02 12:31:27 +01:00
pabloFuente
e1b6fb6179
openvidu-browser: fix subscription process when transcievers API not available
2021-07-07 12:54:23 +02:00
pabloFuente
00d64ded9b
openvidu-browser: onForciblyReconnectSubscriber
2021-06-30 15:33:05 +02:00
cruizba
322ac2e843
openvidu-browser: Better naming for openvidu browser logs 'debug_app' option
2021-06-24 14:27:47 +02:00
cruizba
ea56c09199
openvidu-browser: Remove unnecesary console.log in OpenViduLogger.ts
2021-06-23 22:03:57 +02:00
cruizba
42c833faf4
openvidu-browser: Add option 'debugApp' to send logs from app and from openvidu-browser
2021-06-23 21:37:26 +02:00
pabloFuente
3f0756984a
openvidu-browser: log JSNLog messages in dev mode. Better initPublisher log
2021-06-22 12:58:00 +02:00
cruizba
a54bcd773d
Fix #631 . Disable JSNLogger when openvidu-browser library is loaded
2021-06-21 14:52:01 +02:00
cruizba
429955e561
openvidu-browser: Configure JSNLog only when session id changes
2021-05-11 19:23:42 +02:00
cruizba
43339f7df8
openvidu-browser: Don't add HTMLElements to openvidu-browser logs
2021-05-11 18:53:53 +02:00
cruizba
68eac029c1
Max length for log messages sent to not miss important information
2021-04-29 23:37:44 +02:00
cruizba
6fa2487ee0
Disable debug logs sending of openvidu-browser
2021-04-29 21:08:12 +02:00
cruizba
a8917c17ac
openvidu-pro: Index browser logs based on finalUserId
2021-04-29 18:45:26 +02:00
cruizba
e08057c6d2
Don't base64 some logs info headers
2021-04-29 13:26:54 +02:00
cruizba
e3f66a75ec
openvidu-browser: Send logs for with sessionId and first connectionId. Avoid polling after unauthorized logs requests.
2021-04-08 16:17:35 +02:00
cruizba
5287ed631f
openvidu-browser: Parametrized send openvidu browser logs, disabled by default
2021-04-07 17:29:51 +02:00
cruizba
89e73262aa
openvidu-browser: Increased maxBatchLog to retaing logs after failed requests
2021-04-01 03:11:45 +02:00
cruizba
5841d15a86
openvidu-pro: Adapt openvidu-browser and openvidu-server ce to send browser logs related with openvidu-browser in OpenVidu Pro
2021-03-31 17:12:37 +02:00
csantosm
3b13177643
openvidu-browser: Added custom logger. Fixes #440
2020-05-04 20:02:43 +02:00