pabloFuente
b39f509562
openvidu-browser: update dependencies. Update TypeDoc to 0.24
2022-11-22 16:15:07 +01:00
pabloFuente
4aa1813383
openvidu-browser: dispose remote Connection on connectionDestroyed event
2022-11-14 12:56:37 +01:00
csantosm
2ce54f577b
openvidu-browser: Added common format config file
2022-08-17 18:05:32 +02:00
Juan Navarro
4d004e4a9e
Review all href usages of target="_blank"
...
Do not force the user's browser to open new tabs when navigating within
the documentation pages. We discussed about this and agreed that doing
so is user hostile and goes away from how HTTP links have been working
for 30 years (i.e. leave users decide if THEY want a new tab or not, by
how they open the links).
Used these regexes:
From: target="blank"
To: target="_blank"
From: (\]\((?!http)[^)]+\))\{:target="_blank"\}
To: $1
From: (\]\(https?://docs.openvidu.io[^)]+\))\{:target="_blank"\}
To: $1
From: href="((?!http)\S+)" target="_blank"
To: href="$1"
From: href="(https?://docs.openvidu.io\S+)" target="_blank"
To: href="$1"
2022-02-28 13:51:44 +01:00
Juan Navarro
c972751e42
Use explicit anchor links for INDIVIDUAL and COMPOSED recording
...
Use explicitly set anchor links whenever they are used elsewhere.
Otherwise, changes in header text would break all references.
2022-02-18 13:28:48 +01:00
pabloFuente
9f20cc2485
openvidu-browser: update Copyright date
2022-01-13 11:18:47 +01:00
cruizba
68eac029c1
Max length for log messages sent to not miss important information
2021-04-29 23:37:44 +02:00
cruizba
b1be6e0bd5
Change log level from info to debug on possible big logs entries
2021-04-29 20:47:21 +02:00
pabloFuente
ff8b51dbf1
openvidu-browser: ExceptionEvent
2021-03-22 19:23:03 +01:00
pabloFuente
3c1d4fd69f
openvidu-browser: all dependencies updated
2020-11-10 18:22:14 +01:00
pabloFuente
7a26b25f12
ConnectionPropertyChanged event
2020-10-22 20:42:54 +02:00
pabloFuente
4ce089acb8
openvidu-browser: change token processing after joinRoom
2020-10-22 13:04:20 +02:00
csantosm
3b13177643
openvidu-browser: Added custom logger. Fixes #440
2020-05-04 20:02:43 +02:00
pabloFuente
8fe3605aeb
Copyright update from 2019 to 2020
2020-02-04 11:25:54 +01:00
pabloFuente
8f25b937e2
openvidu-browser: IExplorer support
2019-05-10 10:36:10 +02:00
pabloFuente
e3a2574852
openvidu-browser: retrieve webrtcStatsInterval value from token
2019-03-05 17:33:30 +01:00
pabloFuente
a83fef15f1
Copyright updated from 2018 to 2019
2019-01-21 21:32:17 +01:00
pabloFuente
cb8594373e
openvidu-browser: reconnection fix for unexpected ws close (HttpSession expiring)
2019-01-14 10:18:04 +01:00
pabloFuente
e001b2dbc9
openvidu-browser Connection object creationTime real value. Stream objects creationTime property addded
2019-01-09 17:35:34 +01:00
pabloFuente
b44839f95b
openvidu-browser: Filter interface to class
2018-08-27 17:06:14 +02:00
pabloFuente
ccd8d7a8b9
openvidu-browser: filter support
2018-07-27 14:32:53 +02:00
pabloFuente
15d879992a
openvidu-browser: StreamPropertyChangedEvent
2018-07-03 15:35:08 +02:00
pabloFuente
75332533b2
openvidu-browser: WebRtcPeer to TypeScript
2018-06-11 13:08:30 +02:00
pabloFuente
d147ea317d
openvidu-browser: explicit internal imports
2018-05-08 13:01:34 +02:00
pabloFuente
ba82f72266
http://openvidu.io to https://openvidu.io
2018-05-06 02:20:25 +02:00
pabloFuente
9580625e2d
openvidu-browser 2.0.0 refactoring
2018-04-26 15:33:47 +02:00