You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"features": ["Support typescript versions as old as 3.4"],
162
151
"fixes": [
163
152
"Force TURN servers on multiple successful connection which are followed by immediate disconnection",
164
153
"Throw browser not supported and network errors on `init`",
@@ -169,9 +158,7 @@
169
158
{
170
159
"version": "1.36.5-7",
171
160
"createdAt": "1714529132",
172
-
"features": [
173
-
"Emit partial transcriptions on `meeting.ai`"
174
-
],
161
+
"features": ["Emit partial transcriptions on `meeting.ai`"],
175
162
"fixes": [
176
163
"Allow closing a plugin if enabled by self even if the user does not have the preset permission to close a plugin"
177
164
]
@@ -220,9 +207,7 @@
220
207
{
221
208
"version": "1.35.19",
222
209
"createdAt": "1707323400",
223
-
"features": [
224
-
"All event callbacks now have type information"
225
-
],
210
+
"features": ["All event callbacks now have type information"],
226
211
"fixes": [
227
212
"Fixed `useDyteClient` hook to support breakout rooms changed meeting",
228
213
"Fixed an issue with livestream where hosts were not able to see participants accepted on stage",
@@ -241,19 +226,15 @@
241
226
{
242
227
"version": "1.35.17",
243
228
"createdAt": "1705912281",
244
-
"features": [
245
-
"Stereo audio support"
246
-
],
229
+
"features": ["Stereo audio support"],
247
230
"new_api": [
248
231
"User can now configure media quality configuration include stereo audio on `DyteClient.init`. Checkout the [documentation here](/web-core/advanced/advance#mediaconfiguration)"
249
232
]
250
233
},
251
234
{
252
235
"version": "1.35.16",
253
236
"createdAt": "1705890681",
254
-
"fixes": [
255
-
"Fix blank Picture-in-Picture stream on PIP resize"
256
-
],
237
+
"fixes": ["Fix blank Picture-in-Picture stream on PIP resize"],
257
238
"perf": [
258
239
"Updated [simulcast](https://en.wikipedia.org/wiki/Simulcast) configuration for better video performance"
259
240
],
@@ -368,9 +349,7 @@
368
349
{
369
350
"version": "1.15.0",
370
351
"createdAt": 1688083200,
371
-
"fixes": [
372
-
"Fixed an edge case around file upload in Chat."
373
-
],
352
+
"fixes": ["Fixed an edge case around file upload in Chat."],
374
353
"features": [
375
354
"Added add support for quoting a chat message while reply for Chat SDK",
376
355
"Chat SDK now shows unread count and last message on channel list.",
@@ -430,9 +409,7 @@
430
409
{
431
410
"version": "1.21.x",
432
411
"createdAt": 1677609000,
433
-
"fixes": [
434
-
"Handle WeWork Solistice Camera gracefully"
435
-
],
412
+
"fixes": ["Handle WeWork Solistice Camera gracefully"],
436
413
"features": [
437
414
"Initial support for our upcoming Interactive Livestream product (LL-HLS)",
438
415
"Webcam quality can now be controlled from the preset, allows customer to select a higher base quality in the preset editor (beta)"
@@ -467,9 +444,7 @@
467
444
{
468
445
"version": "1.19.0",
469
446
"createdAt": 1674714600,
470
-
"fixes": [
471
-
"Improved permissions check for audio/video/screenshare"
472
-
],
447
+
"fixes": ["Improved permissions check for audio/video/screenshare"],
473
448
"features": [
474
449
"When Tab Sync is enabled, now a `selfTabUpdate` event is fired on the local user when the user switches a plugin"
"features": ["Support typescript versions as old as 3.4"],
162
151
"fixes": [
163
152
"Force TURN servers on multiple successful connection which are followed by immediate disconnection",
164
153
"Throw browser not supported and network errors on `init`",
@@ -169,9 +158,7 @@
169
158
{
170
159
"version": "1.33.0",
171
160
"createdAt": "1714529132",
172
-
"features": [
173
-
"Emit partial transcriptions on `meeting.ai`"
174
-
],
161
+
"features": ["Emit partial transcriptions on `meeting.ai`"],
175
162
"fixes": [
176
163
"Allow closing a plugin if enabled by self even if the user does not have the preset permission to close a plugin"
177
164
]
@@ -226,9 +213,7 @@
226
213
{
227
214
"version": "1.26.0",
228
215
"createdAt": "1707323400",
229
-
"features": [
230
-
"All event callbacks now have type information"
231
-
],
216
+
"features": ["All event callbacks now have type information"],
232
217
"fixes": [
233
218
"Fixed an issue with livestream where hosts were not able to see participants accepted on stage",
234
219
"Fixed an issue with video middleware where they were causing video issues on webkit based browsers",
@@ -246,19 +231,15 @@
246
231
{
247
232
"version": "1.25.0",
248
233
"createdAt": "1705912281",
249
-
"features": [
250
-
"Stereo audio support"
251
-
],
234
+
"features": ["Stereo audio support"],
252
235
"new_api": [
253
236
"User can now configure media quality configuration include stereo audio on `DyteClient.init`. Checkout the [documentation here](/web-core/advanced/advance#mediaconfiguration)"
254
237
]
255
238
},
256
239
{
257
240
"version": "1.24.0",
258
241
"createdAt": "1705890681",
259
-
"fixes": [
260
-
"Fix blank Picture-in-Picture stream on PIP resize"
261
-
],
242
+
"fixes": ["Fix blank Picture-in-Picture stream on PIP resize"],
262
243
"perf": [
263
244
"Updated [simulcast](https://en.wikipedia.org/wiki/Simulcast) configuration for better video performance"
264
245
],
@@ -387,9 +368,7 @@
387
368
{
388
369
"version": "1.15.0",
389
370
"createdAt": 1688083200,
390
-
"fixes": [
391
-
"Fixed an edge case around file upload in Chat."
392
-
],
371
+
"fixes": ["Fixed an edge case around file upload in Chat."],
393
372
"features": [
394
373
"Added add support for quoting a chat message while reply for Chat SDK",
395
374
"Chat SDK now shows unread count and last message on channel list.",
@@ -488,9 +467,7 @@
488
467
{
489
468
"version": "1.5.x",
490
469
"createdAt": 1677609000,
491
-
"fixes": [
492
-
"Handle WeWork Solistice Camera gracefully"
493
-
],
470
+
"fixes": ["Handle WeWork Solistice Camera gracefully"],
494
471
"features": [
495
472
"Initial support for our upcoming Interactive Livestream product (LL-HLS)",
496
473
"Webcam quality can now be controlled from the preset, allows customer to select a higher base quality in the preset editor (beta)"
@@ -525,9 +502,7 @@
525
502
{
526
503
"version": "1.2.0",
527
504
"createdAt": 1674714600,
528
-
"fixes": [
529
-
"Improved permissions check for audio/video/screenshare"
530
-
],
505
+
"fixes": ["Improved permissions check for audio/video/screenshare"],
531
506
"features": [
532
507
"When Tab Sync is enabled, now a `selfTabUpdate` event is fired on the local user when the user switches a plugin"
0 commit comments