@zoom/meetingsdk 3.11.0 → 3.11.2-zfg

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,1337 @@
1
- The Changelog can be found [here](https://developers.zoom.us/changelog/meeting-sdk/web/).
1
+ # CHANGELOG
2
2
 
3
- A couple of notable milestones:
4
- - 3.6.x: switched to using the Zoom 6.0 UI
5
- - 3.5.2: upgraded React 16 -> 18; last version where older Zoom 5.0 UI is used
6
- - 3.1.6: latest version that supports React 16
3
+ ## version 3.5.0
4
+ # General
5
+ 1. Support React 18, not compatibility with React 16/17. dependency update react@18.2.0, react-dom@18.2.0, react-redux@8.1.2
6
+ 1. join signature support only contain appKey, same as native client. 4.0.0 will require contain appKey in signature. else can't join meeting
7
+
8
+
9
+ ## Client view
10
+ # Add
11
+ 1. support light registration
12
+ 1. support screen share in Safari 17 and MacOS 14 Sonoma
13
+ 1.
14
+
15
+ ## Enhanced
16
+ 1. update error message when you appKey/sdkKey been blocked to join meeting.
17
+ 1. enhance failover edge case when connect zoom server fail.
18
+ 1. mobile safari support auto join audio.
19
+ 1. Support chat history without PMC
20
+ 1. Desktop Original Sound UI support
21
+ 1. Send 1080P video
22
+
23
+ ## fixed
24
+ 1. link in chat don't support externalLinkPage
25
+ 1. webinar no button to type answer
26
+ 1. Participants number display UI issue
27
+
28
+
29
+ ## Component view
30
+ ## Add
31
+ 1. send file in meeting
32
+
33
+ ## Enhanced
34
+ 1. update MUI v5
35
+
36
+
37
+ https://developers.zoom.us/changelog/meeting-sdk/web/3.1.0/
38
+ ## version 3.1.0
39
+
40
+ ## General
41
+ 1. Issue where Safari could not open camera on Sonoma 14.2.
42
+
43
+ ## Client view
44
+ 1. Focus mode API and event listener.
45
+
46
+ ## Enhanced
47
+ 1. Webinar supports setting “Speaking Language” as default value for captions.
48
+
49
+ ## Component view
50
+ 1. Accessibility enhancement.
51
+ 1. Participant chat option display issue in "more" dropdown menu.
52
+
53
+ ## version 3.0.0
54
+
55
+ ## General
56
+ ### Breaking change
57
+
58
+ 1. Change [@zoomus/websdk](https://www.npmjs.com/package/@zoomus/websdk) to [@zoom/meetingsdk](https://www.npmjs.com/package/@zoom/meetingsdk)
59
+
60
+ ```import { ZoomMtg } from "@zoom/meetingsdk";```
61
+
62
+ ```import ZoomMtgEmbedded from "@zoom/meetingsdk/embedded";```
63
+
64
+ ## Client view
65
+ Since 3.0.0 Client view will have the experience as Zoom WebClient, We will speed up the feature release and bug fix.
66
+
67
+ ### Breaking change
68
+ 1. Only allow one use join in one browser. Don't allow multi tab join multi user(same as zoom WebClient)
69
+ 1. ZoomMtg.i18n.load need call before ZoomMtg.init to make i18n works.
70
+ 1. Removed changRedirectUrl, please use [changeRedirectUrl](https://marketplacefront.zoom.us/sdk/meeting/web/modules/ZoomMtg.html#changRedirectUrl)
71
+ 1. Removed prepareJssdk, please use [prepareWebSDK](https://marketplacefront.zoom.us/sdk/meeting/web/modules/ZoomMtg.html#prepareWebSDK)
72
+ 1. Removed getJSSDKVersion, please use [getWebSDKVersion](https://marketplacefront.zoom.us/sdk/meeting/web/modules/ZoomMtg.html#getWebSDKVersion)
73
+
74
+ ### Deprecated
75
+ 1. reload
76
+ 1. reRender
77
+ 1. setSupportLanguage
78
+
79
+ ### Added
80
+ 1. [New meeting Chat](https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0064539)
81
+ 1. [Continuous Meeting Chat](https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0058605)
82
+ 1. [Test Speaker & Microphone](https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0062765)
83
+ 1. [joinTest](https://marketplacefront.zoom.us/sdk/meeting/web/modules/ZoomMtg.html#joinTest) New api to join an test meeting
84
+ 1. [Gallery view order](https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0064618)
85
+
86
+ ### Enhanced
87
+ 1. Enhance Preview
88
+ 1. New waiting room when meeting not start
89
+ 1. Polling enhancement
90
+ 1. Q&A enhancement
91
+ 1. Accessibility
92
+ 1. New Dialog Header UI
93
+ 1. Detected and show notice when mic muted and you are speaking.
94
+
95
+
96
+ ### Fixed
97
+ 1. Echo on Preview
98
+ 1. Selected camera not persisting on Preview
99
+ 1. Not release A/V Peripherals after click browser back button.
100
+
101
+
102
+
103
+ ## version 2.18.2
104
+ ## General
105
+ ### Fixed
106
+ 1. Cannot join audio in breakout rooms after failover
107
+
108
+ ## Component view
109
+ ### Enhanced
110
+ 1. Accessibility enhancement
111
+
112
+
113
+
114
+ ## version 2.18.0
115
+ ## General
116
+ ### Added
117
+ 1. Support auto load hot-fix for media. See Initialize the Meeting SDK for client view or component view for details.
118
+ 1. Support gallery view on Safari 17 (desktop MacOS14). See browser support for details.
119
+
120
+ ## Client view
121
+ ### Added
122
+ 1. Support breakout room audio on mobile.
123
+ 1. Support mobile browser send 720p. See browser support for details.
124
+
125
+ ### Enhanced
126
+ 1. Remove Resources icon if no resources are available.
127
+
128
+ ### Fixed
129
+ 1. Issue where special characters sometimes showed up in captions.
130
+
131
+ ## Component view
132
+ ### Fixed
133
+ 1. Issue losing maximumVideo settings for gallery view after joining from waiting room or breakout room.
134
+ Minor UI issue with the security menu chat button.
135
+
136
+ ## version 2.17.0
137
+ ## Client view
138
+ ### Added
139
+ 1. Whiteboard support.
140
+ 1. Support Meeting query disclaimer when a participant enables AI Companion.
141
+
142
+ ### Enhanced
143
+ 1. Q&A user interface.
144
+ 1. Allow to disable virtual background by API.
145
+
146
+ ### Fixed
147
+ 1. Fix dependency conflict when updating to Redux@4.2.1, React@16.14.0, and React-Dom@16.14.0.
148
+ 1. When group HD is not enabled, the webinar can’t subscribe to 720p.
149
+
150
+ ## Component view
151
+ ### Added
152
+ 1. Exposed video network quality change event listener to developers.
153
+ 1. Added support to prevent devices from going to sleep in meetings.
154
+ 1. Added consent for participants when the host requests them to turn on the video.
155
+
156
+ ### Enhanced
157
+ 1. Enhanced support to resize sharing content when receiving screen share.
158
+
159
+ ## version 2.16.0
160
+ ## Client view
161
+ ### Added
162
+ 1. Added setCustomizeWaitingRoom API for customizing the waiting room message.
163
+ 1. Added support for joining meetings with a ZAK token.
164
+ 1. Enabled reporting from external domains to global tracing.
165
+
166
+ ### Enhanced
167
+ 1. Improved support for recommending versions.
168
+ 2. Enhanced mobile support for programmatically pinning and spotlighting multiple users.
169
+ 3. Enhanced mobile self-video drag functionality.
170
+ 4. Corrected changRedirectUrl to changeRedirectUrl.
171
+
172
+ ### Fixed
173
+ 1. Fixed an issue where members joining from the SDK would briefly see the meeting screen for 2 seconds before being taken to the waiting room.
174
+ 2. Component view
175
+ ### Added
176
+ 1. Added a copyright string in the customized waiting room footer.
177
+
178
+ ### Enhanced
179
+ 1. Enhanced support for gallery view when receiving screen sharing (available in browsers that support gallery view).
180
+
181
+ ### Fixed
182
+ 1. Fixed the issue with tile reshuffling when the active speaker changes.
183
+ 2. Corrected the unmute button label in the participant panel.
184
+ 3. Corrected the label for the replace pin button in the participant panel dropdown.
185
+
186
+ ## version 2.15.2
187
+ ## General
188
+ ### Enhanced
189
+ 1. Enhanced Meeting Summary and Smart Recording prompts to reflect Zoom’s data policies.
190
+
191
+ ## Client view
192
+ ### Added
193
+ 1. Added admitAll and changRedirectUrl definitions to support TypeScript.
194
+ ### Fixed
195
+ 1. Fixed an issue where occasionally iOS Safari browser crashes and refreshes.
196
+
197
+ ## version 2.15.0
198
+ ## General
199
+ ### Enhanced
200
+ 1. Improved virtual background performance.
201
+ 1. Improved audio and video sync on mobile platforms.
202
+ 1. Improved audio quality (Opus codec).
203
+ 1. Improved audio delay on mobile browsers.
204
+
205
+ ## Client view
206
+ ### Added
207
+ 1. Support for chat etiquette.
208
+ 1. Recording permission - support for the local recording token.
209
+ 1. `admitAll` API for the waiting room.
210
+ 1. `changeRedirectUrl` API.
211
+
212
+ ### Fixed
213
+ 1. Webinar attendees could not receive audio on mobile Safari.
214
+ 1. Missing `onMeetingStatus` and `onUserLeave` events when you (yourself) left the meeting.
215
+
216
+ ## Component view
217
+ ### Added
218
+ 1. APIs for media capture.
219
+ 1. Support for sending chat messages to all in the `sendChat` API.
220
+
221
+
222
+ ## version 2.14.0
223
+ ## General
224
+ ### Added
225
+ 1. APIs for Breakout Rooms.
226
+
227
+ ## Client view
228
+ ### Added
229
+ 1. Support to pin and spotlight a user programmatically.
230
+ 1. Settings for "background noise suppression", "sync buttons on headset", and "display your reactions above toolbar".
231
+
232
+ ### Enhanced
233
+ 1. Support for the `participant_jbh_waiting_left` webhook event.
234
+
235
+ ### Fixed
236
+ 1. Fixed the issue where re-entering the same room unexpectedly unmuted the camera when disabling preview.
237
+
238
+ ## Component view
239
+ ### Added
240
+ 1. Smart Summary support.
241
+
242
+ ### Enhanced
243
+ 1. Toolbar: added new buttons, rearranged layout, and expanded toolbar buttons when receiving screen share.
244
+
245
+ ## version 2.13.0
246
+ ## General
247
+ ### Fixed
248
+ 1. Removed "optimize for video clip" option in Firefox/Safari.
249
+
250
+ ## Client view
251
+ ### Added
252
+ 1. Support for Meetings Q&A.
253
+ 1. New API "mediaCapture" for recording permission and disclosure for bots.
254
+
255
+ ### Enhanced
256
+ 1. Waiting room: The chat style is now compatible with mobile devices and supports reply back.
257
+ 1. Support for stopping incoming audio on mobile.
258
+ 1. Webinar resource support for i18n (internationalization).
259
+
260
+ ### Fixed
261
+ 1. The issue of sending empty files in PMC meetings.
262
+ 1. The issue of strange pop-up windows appearing and disappearing due to browser version upgrade.
263
+ 1. The participant display style on iPad.
264
+ 1. The issue where members returning to the main session while the provider closes the breakout rooms couldn't see the captions.
265
+ 1. An issue where the chat receiver list would unintentionally show phone users.
266
+
267
+ ## Component view
268
+ ### Added
269
+ 1. Support for Meeting Reactions.
270
+
271
+ ### Enhanced
272
+ 1. Attendee attribute return object.
273
+ 1. Screen sharing to ensure constant video size when viewing a screen share.
274
+ 1. i18n API support.
275
+
276
+ ## version 2.12.2
277
+ ## General
278
+ ### Fixed
279
+ 1. An issue where video captured and rendered from iOS Mobile Web Browsers (Safari and Chrome) were unintentionally stretched and skewed.
280
+
281
+ ## version 2.12.0
282
+ ## General
283
+ ### Added
284
+ 1. add sharing QOS api
285
+ ### Enhanced
286
+ 1. waiting room show meeting/webinar detail
287
+ 2. add customerKey to getAttendeeslist() and getCurrentUser()
288
+ ## Client view
289
+ ### Added
290
+ 1. host can disable live transcription
291
+ 2. support smart summary
292
+ ### Enhanced
293
+ 1. support flow host view mode in meeting when livestreaming
294
+ 2. support Watermark Location customization
295
+ ## Component view
296
+ ### Added
297
+ 1. Pin a user Programmatically
298
+ 2. share screen support "Optimize for Video Clip"
299
+ ### Fixed 
300
+ 1. defaultViewType doesn't work when set 'isResizable' to 'false'
301
+ ### Enhanced
302
+ 1. Screen share permission warning to user
303
+
304
+ ## version 2.11.5
305
+ ## General
306
+ ### Enhanced
307
+ 1. Video share with audio can unmute mic when chrome>=111
308
+ ## Client view
309
+ ### Fixed
310
+ 1. Video share A/V keep sync when enable "Optimize for Video Clip"
311
+
312
+ ## version 2.11.0
313
+ ## General
314
+ ### Added
315
+ 1. Screen sharing QOS statistics in the Settings panel.
316
+ 1. Indonesian (id-ID) and Netherlands (nl-NL) language and localization support.
317
+
318
+ ### Enhanced
319
+ 1. Audio decoder in the audio-worklet.
320
+
321
+ ## Client view
322
+ ### Added
323
+ 1. stopIncomingAudio API to stop incoming audio.
324
+ 1. checkFeatureRequirements API to check browser compatibility with supported features.
325
+ 1. Support to allow attendees to talk via phone in webinars.
326
+ 1. Watermark support for when video isn't playing.
327
+ 1. Support for moving participants to the waiting room if the host drops unexpectedly.
328
+
329
+ ### Enhanced
330
+ 1. Preview and waiting room with Zoom's new experience.
331
+ 1. Styling and UI on mobile.
332
+
333
+ ### Fixed
334
+ 1. User unable to change audio status when screen sharing with audio.
335
+ 1. i18n issues in transcription menu and report dialog.
336
+ 1. Consistency issues with persistentID with respect to other SDKs.
337
+
338
+ ## Component view
339
+ ### Added
340
+ Pin and spotlight support in speaker view.
341
+
342
+ ### Fixed
343
+ Inability to properly tap on the leave button to leave the meeting.
344
+
345
+ ## version 2.10.1
346
+ ## General
347
+ ### Fixed
348
+ 1. An issue where customers with special symbols in their email address could not join webinars
349
+
350
+ ## Component view
351
+ ### Fixed
352
+ 1. Vanity URL meeting links being truncated when dashes "-" are present
353
+
354
+ ## version 2.10.0
355
+ ## General
356
+ ### Added
357
+ 1. New option to the `init` function to set users’ default view (e.g. Gallery/Speaker), and hide the share audio option for Chrome tabs. See API reference for details
358
+
359
+ ## Client View
360
+ ### Added
361
+ 1. New network quality event: `onNetworkQualityChange`
362
+
363
+ ### Enhanced
364
+ 1. Mobile device styling
365
+
366
+ ### Fixed
367
+ 1. Regression that caused issues subscribing to videos in 720p
368
+ 1. Clarity of an error message for when the host has been disabled or removed
369
+
370
+ ## Component view
371
+ ### Added
372
+ 1. “Speaker View” as a new view option
373
+ 1. New network quality icon for participants when on speaker view
374
+ 1. Support for webinar practice mode and option to start live broadcasts
375
+ 1. Support for subscribing to “active-speaker” events
376
+
377
+ ### Fixed
378
+ 1. An issue where the ZAK token was unintentionally cached from a previous join
379
+ 1. Certain edge cases that caused participant tiles to not show properly after resizing the view container, or after a participant left the meeting
380
+ 1. Unintentional errors with subsequent calls to `init` after leaving a meeting, destroying the client, and recreating the client
381
+
382
+ ## version 2.9.7
383
+ ## General
384
+ ### Added
385
+ 1. APIs for host and co-host status management. See API reference for details.
386
+ 1. “Camera not connected” icon for when the user does not have a camera connected.
387
+ 1. Support for recording with Zoom IQ.
388
+
389
+ ## Client View
390
+ ### Added
391
+ 1. “Optimize for Video Clip” feature, which shares video with higher frames per second (fps).
392
+ 1. Network quality indication to active speaker view.
393
+
394
+ ### Fixed
395
+ 1. An issue where attendees could submit a poll without adding responses, resulting in a polling error.
396
+ 1. Participants not having “Collapse All“ and “Expand All” options when self-selecting a Breakout Room.
397
+ 1. Users not being taken correctly to the post-meeting survey URL.
398
+ 1. Inability to properly scroll up on the caption language-selection menu when the screen was too small.
399
+ 1. Video being displayed in unintentional ways when switching to focus mode.
400
+ 1. Participants’ view not reverting to their previous view mode when spotlight is removed.
401
+ 1. Webinar attendees being unable to hear audio on mobile browsers in certain cases.
402
+ 1. ‘disableJoinAudio’ argument in ‘init()’ function not being properly read.
403
+
404
+ ## Component view
405
+ ### Added
406
+ 1. API to destroy the Component View client to allow re-creation from scratch.
407
+ 1. Event listener API for listening to screen share-related events.
408
+ 1. Event listener API for listening to Participant-related events.
409
+
410
+ ### Enhanced
411
+ 1. Toolbar to show more icons when in Gallery View.
412
+ 1. Chat privilege dropdown menu with a clarifying header.
413
+
414
+ ### Fixed
415
+ 1. Incorrect “Email is Blocked by Administrator” errors when joining a meeting or webinar requiring registration in certain cases.
416
+
417
+ ## version 2.9.5
418
+ ## Client View
419
+ ### Added
420
+ 1. Gallery view support for Firefox with SharedArrayBuffer enabled.
421
+ 1. Electron web view screen sharing support via `shareSource` option.
422
+ 1. Support for broadcasting audio messages to breakout rooms.
423
+ 1. Support to send or receive files in chat messages.
424
+
425
+ ### Enhanced
426
+ 1. Waiting page to auto join meeting or webinar when started.
427
+ 1. `onRetryCallback` to provide the meeting UID, such that it can be used to end a meeting via REST API when a “meeting cannot be started because another meeting is running” error is encountered.
428
+
429
+ ### Fixed
430
+ 1. Subtitle blocked when showing captions.
431
+ 1. An issue where promoting an attendee or demoting a panelist would cause the QA and raise-hand buttons to be unclickable.
432
+ 1. Missing options in sign language view.
433
+ 1. Issue where sign language view sometimes dropped to an invisible area.
434
+ 1. Meeting password unintentionally visible to attendees in certain cases.
435
+ 1. Error code 1005 message to correctly read as “No response from web, try again later.” when encountering issues joining webinars.
436
+ 1. Webinar UI not resizing correctly for attendees after the host stops screen sharing.
437
+
438
+ ## Component View
439
+ ### Added
440
+ 1. Gallery View support for Firefox with SharedArrayBuffer enabled.
441
+ 1. Support for the host to start a breakout room automatically or manually..
442
+ 1. Support for a participant to join a breakout room.
443
+ 1. Support for broadcasting chat messages to breakout rooms.
444
+ 1. Multi-language transcription feature.
445
+ 1. Caption, transcription, and translation support.
446
+ 1. `caption-message`, `recording-change`, and `local-recording-change` events callbacks.
447
+
448
+
449
+ ## version 2.9.0
450
+ ## General
451
+ ### Added
452
+ 1. API for managing virtual background.
453
+ 2. Free meeting end dialog.
454
+
455
+ ## Client View
456
+ ### Added
457
+ 1. American Sign Language (ASL) support.
458
+ 1. API for customizing the polling link (`setCustomizedPollingUrl`).
459
+ 1. Support for sending emojis in chat.
460
+
461
+ ### Enhanced
462
+ 1. `leaveMeeting` API by adding a `cancelCallback` option.
463
+
464
+ ### Fixed
465
+ 1. A bug where the audio device would unintentionally switch to “Microsoft Teams Audio Device (Virtual)”, resulting in audio cut-off.
466
+ 1. Links in chat not redirecting users properly due to improper URL encoding.
467
+ 1. Safari audio issues due to auto-join, by disabling auto-join.
468
+ 1. Incorrect labels on the waiting page when the meeting had, in fact, started.
469
+ 1. `Video` settings unintentionally being shown to webinar attendees in certain cases.
470
+ 1. Attendee view in webinar not properly following host’s view when set accordingly.
471
+
472
+ ### Removed
473
+ 1. SDK key length check.
474
+
475
+ ## Component View
476
+ ### Added
477
+ 1. API for sending a private chat.
478
+
479
+ ### Enhanced
480
+ 1. Video view toggle (gallery view, speaker view, etc.) from tabs to dropdown.
481
+
482
+ ## version 2.8.0
483
+ ## General
484
+ The following release notes apply to the Meeting SDK for Web client view and component view.
485
+
486
+ ### Fixed
487
+ 1. Poor-quality audio issues on Safari in certain cases.
488
+
489
+ ## Client View
490
+ The following release notes apply to the Meeting SDK for Web client view.
491
+ ### Added
492
+ 1. Support for sharing audio and video to breakout rooms.
493
+ 1. Support for audio and video settings in audio and video menus.
494
+ 1. Support for captions in webinars.
495
+
496
+ ### Enhanced
497
+ 1. Gallery View support on all devices, including low-end devices.
498
+ 1. Camera to remain off if the user turns it off on the preview page, even when the host requires video to be on.
499
+ 1. Screen sharing to include sharing to all breakout rooms as an option.
500
+ 1. Interpretation feature to include host controls.
501
+ 1. API reference documentation.
502
+ 1. Support for sending 720p video on macOS devices using an M1 or M2 chip when gallery view enabled.
503
+ 1. Dropdown menu options offered by chevron buttons on audio and video toolbar buttons.
504
+
505
+ ### Fixed
506
+ 1. View button not correctly showing when the user screen shares in a meeting or webinar.
507
+ 1. Black rectangle afterimage when changing to speaker view in full screen.
508
+ 1. Last frame afterimage when starting focus mode in certain cases.
509
+ 1. Inconsistent mic animation between toolbar and participant list.
510
+ 1. Active speaker not changing correctly in speaker view.
511
+ 1. Incorrect active speaker when selecting “See myself as the active speaker” in certain cases.
512
+ 1. Breakout rooms not being numbered when created by co-hosts with the automatically-assign option.
513
+ 1. Incorrect text in the join-breakout-room pop-up window in certain cases.
514
+ 1. Automatically turn on camera when the host schedules a meeting with the turn on host and participant video option (v2.6.0 and v2.7.0).
515
+ 1. Audio did not work on Safari for iPadOS.
516
+ 1. Audio status display incorrect in participants list.
517
+ 1. When assigned to a breakout room, shows a popup window but no breakout room name.
518
+
519
+ ## Component View
520
+ The following release notes apply to the Meeting SDK for Web component view.
521
+ ### Added
522
+ 1. Support for local audio speaker and mic test.
523
+
524
+ ### Enhanced
525
+ 1. Settings panel to include audio testing.
526
+ 1. Q&A feature to sort by upvoted questions.
527
+
528
+ ### Fixed
529
+ 1. Audio did not work on Safari for iPadOS.
530
+
531
+
532
+
533
+
534
+ ## version 2.7.0
535
+ ## General
536
+ ### Removed
537
+ 1. API Key property. [Migrate to SDK Key for versions 2.7.0 and above](https://developers.zoom.us/docs/platform/build/jwt-app/jwt-app-migration/)
538
+
539
+ ## Client View
540
+ ### Added
541
+ 1. Live stream support
542
+ 1. Live transcription event listeners
543
+ 1. Quality of service (audio/video statistics data) event listeners
544
+
545
+ ### Enhanced
546
+ 1. Participant list scroll performance (virtualization)
547
+ 1. Participant in-meeting ID to be consistent and persistent across main session and breakout rooms
548
+ 1. Support host/co-host edit resources in Webinar
549
+ 1. Footer look-and-feel, and code structure
550
+
551
+ ### Fixed
552
+ 1. Captions not showing properly in v2.6.0
553
+ 1. Issues showing participants’ name tags when using no-branding wallpapers
554
+ 1. Panelists not being able to chat when chat is disabled for attendees
555
+ 1. “Settings” panel not closing after leaving a meeting
556
+ 1. Issues changing to the “Resource” tab from the “Chat” tab when clicked on by panelists and attendees in webinars
557
+ 1. “Claim Host” and “Cancel” buttons being missing from the “Claim Host” dialog
558
+ 1. Inability to click “Join” button when showing the audio/video preview page in a small iframe
559
+
560
+ ## Component View
561
+ ### Added
562
+ 1. 5x5 gallery view support
563
+ 1. Support for customized waiting rooms
564
+ 1. Option in “Settings” panel to toggle sending video in 720p when there are no hardware/account limitations
565
+ 1. Quality of service (audio/video statistics data) event listeners
566
+ 1. Support for panelists to delete or dismiss Q&A questions in webinars
567
+
568
+ ### Enhanced
569
+ 1. Component View demo to use SDK Key + Secret instead of API Key + Secret
570
+
571
+ ### Fixed
572
+ 1. Self-view resizing issues in Firefox, Safari, and Chrome without SharedArrayBuffer access
573
+ 1. Virtual background images files not loading properly when waiting room is enabled
574
+ 1. Placeholder tips not showing in Q&A panel
575
+ 1. Attendee’s question being removed in “My Questions” tab when dismissed by host
576
+ 1. Host being able to chat when chat is disabled
577
+
578
+
579
+ ## version 2.6.0
580
+ ## General
581
+ ### Added
582
+
583
+ ### Fixed
584
+
585
+ ## Client View
586
+ ### Added
587
+ 1. Support in-session resource
588
+ 2. Support customized waiting room
589
+ 3. Support watermark
590
+ 4. Support mac send 720P
591
+ 5. Support new LTT translation
592
+
593
+ ### Fixed
594
+ 1. revert 2.5.0 audio change to support chrome 104 beta
595
+ 2. show wrong time in waiting page when meeting/webinar not start
596
+ 3. remove privew page join button error.
597
+ 4. fix click learn more redirect to 404 page because resource rename
598
+ 5. fix vb state not save when refresh page
599
+ 6.
600
+
601
+ ## Component View
602
+
603
+ ### Added
604
+ 1. Support webinar Q&A
605
+
606
+ ## version 2.5.0
607
+ ## Client View
608
+ ### Added
609
+ 1. Support for testing mics and speakers
610
+ 1. Parameter in `init` to enable and configure an intermediary page for users clicking external hyperlinks
611
+ 1. Event listener for “Sharing has Started” events
612
+ 1. Functional and UI support for new Live Transcription feature
613
+ 1. Notifications that recommend upgrading Web SDK version if below the recommend version
614
+ 1. Support for preventing device going to sleep when in-meeting
615
+
616
+ ### Enhanced
617
+ 1. 720p video subscription logic
618
+ 1. Number of Gallery View participants from 9 to 25 (3x3 to 5x5)
619
+ 1. “Settings” panel UI and functionality
620
+
621
+ ### Fixed
622
+ 1. Issue where an “unrecognized speaker” entry will be shown in the speaker selection list if microphone permissions are not enabled
623
+ 1. “Phone Call” panel not showing participant ID and cutting off passcode in webinars
624
+
625
+ ## Component View
626
+ ### Added
627
+ 1. Archiving privacy notices
628
+ 1. Event listener for “Meeting has Ended” events
629
+ ### Enhanced
630
+ 1. Upgraded package dependency versions
631
+
632
+
633
+ ## version 2.4.5
634
+ ## General
635
+ ### Added
636
+ 1. Support for pronouns
637
+ 1. Labels to video tiles showing participants’ audio connection status
638
+
639
+ ### Fixed
640
+ 1. Conflicts between 720p and virtual backgrounds running at the same time
641
+
642
+ ## Client View
643
+ ### Added
644
+ 1. Support for [Webinar Session Branding](https://support.zoom.us/hc/en-us/articles/4836268732045-Using-Webinar-Session-Branding)
645
+
646
+ ### Fixed
647
+ 1. Preview page sometimes not remembering the user’s audio or video preference
648
+ 1. “NEW: Mask your Background” notice showing when it should not
649
+ 1. Recording notification not showing properly for panelists in webinars
650
+ 1. Post-poll result strings unintentionally showing {0} to attendees
651
+ 1. Issues with the Report feature’s UI and reports failing when the reporter’s email does not match the join email
652
+ 1. Avatar not showing correctly in the Q&A menu
653
+ 1. “Back” button not working in the “Unencrypted Connections” panel
654
+
655
+ ## Component View
656
+ ### Added
657
+ 1. Webinar-specific chat control options
658
+ 1. Notifications of recordings in progress when toggled or restarted in webinars
659
+
660
+
661
+
662
+ ## version 2.4.0
663
+ ## General
664
+ ### Added
665
+ 1. Support for audio on mobile [browsers](https://developers.zoom.us/docs/meeting-sdk/web/#browser-support) and desktop Safari
666
+ 2. [Virtual background](https://support.zoom.us/hc/en-us/articles/210707503-Changing-your-Virtual-Background-image) support
667
+ 3. API to decorate and customize the meeting invite URL on the frontend
668
+ 4. Statistics for meeting audio/video data
669
+ 5. Support for tr-TR(Turkey-Türkçe) and pl-PL(Poland-Polski) languages
670
+
671
+ ### Fixed
672
+ 1. Audio delays and distortion on Safari 15.4
673
+ 2. Issue where the `customer_key` would be empty on admit or failover
674
+
675
+ ## Client View
676
+ ### Added
677
+ 1. Support for [Webinar reactions](https://support.zoom.us/hc/en-us/articles/4803536268429-Using-Webinar-Reactions)
678
+
679
+ ### Fixed
680
+ 1. Issue where the copied meeting invitation would not show the right URL when customized
681
+ 2. Issue where the participant’s name would sometimes be pushed to the top of the screen
682
+ 3. Issue where the “Request Remote Control” option was not being shown in “View Options”
683
+
684
+ ## Component View
685
+ ### Added
686
+ 1. Support for [ZAK Token](https://developers.zoom.us/docs/meeting-sdk/auth/#start-meetings-and-webinars-with-a-zoom-users-zak-token) in the `client.join()` function. See [Meetings](https://developers.zoom.us/docs/meeting-sdk/web/component-view/meetings) for details
687
+
688
+ ### Fixed
689
+ 1. Issue where css with certain names would be overwritten
690
+ 2. Issue where global Material UI styles with certain names would be overwritten in <head>
691
+ 3.
692
+ ## version 2.3.5
693
+ ## General
694
+ ### Enhanced
695
+ 1. Increased "customerKey" max length to 35 characters
696
+
697
+ ### Fixed
698
+ 1. Missing participant poll button in the sample app
699
+ 2. “React not found” issue in the sample app
700
+
701
+ ## Component View
702
+ ### Added
703
+ 1. Support to also share audio when screen sharing a Chrome tab
704
+
705
+
706
+ ## version 2.3.0
707
+ ## General
708
+ ### Added
709
+ 1. Support to use SDK key and secret to generate tokens to join meetings (documentation forthcoming)
710
+
711
+ ### Enhanced
712
+ 1. Overall video quality of service when in poor or lossy network conditions
713
+
714
+ ### Fixed
715
+ 1. Issue where the Chrome browser version was not correctly read if it were greater than version 100
716
+
717
+ ## Client View
718
+ ### Added
719
+ 1. Support for account/group/user-level settings for controlling webinar chat settings and permissions
720
+ 2. Support for smart gallery view for Zoom Room devices
721
+ Remove SharedArrayBuffer (SAB) notification for end users if SAB is not available.
722
+
723
+ ### Enhanced
724
+ 1. Overall quality of service for video streams
725
+ 2. getBreakoutRooms API function signature to be consistent with other developer platforms
726
+
727
+ ### Fixed
728
+ 1. New registration flow not correctly enforcing the ‘tk’ token requirement for joining attendees.
729
+ 2. Incorrect Japanese translations for certain words
730
+ 3. Issue where messages in chat history changed lines
731
+ 4. Issue where the Breakout room (BO) title changed lines
732
+
733
+ ## Component View
734
+ ### Added
735
+ 1. Support for resizing. See [the documentation](https://developers.zoom.us/docs/meeting-sdk/web/component-view/positioning) for details.
736
+ 2. Support for allowing the attendee to talk
737
+
738
+ ### Enhanced
739
+ 1. Ability to support Join Before Host and Waiting Room features simultaneously
740
+
741
+
742
+ ## version 2.2.0
743
+ ## General
744
+ 1. New footer bar style
745
+
746
+ ### Enhanced
747
+ 1. Add more language interpretation support, like Amharic/Italian etc...
748
+
749
+ ## Component View
750
+ ## General
751
+ 1. Add closed caption and live transcription feature.
752
+ 2. Add participant list add set options.
753
+ 3. Add chat notifications
754
+ ### Fixed
755
+ 1. video disorder bug
756
+ 2. Active speaker bump to top of Ribbon or Gallery View
757
+ 3. respect cloud recording setting in web portal
758
+
759
+ ### Fixed
760
+
761
+ ## version 2.1.1
762
+ ## General
763
+ ### Fixed
764
+ 1. A bug that prevented self-view from working correctly in Chromium browsers without SharedArrayBuffer support
765
+ 2. An issue that prevented video turning on without SharedArrayBuffer support in Chromium browsers
766
+
767
+ ## Component View
768
+ ### Added:
769
+ 1. `checkSystemRequirements` API
770
+ 2. `stopAudio` API
771
+
772
+
773
+ ## version 2.1.0
774
+ ## General
775
+ ### Added
776
+ 1. Support for WebCodec Encode API to improve audio/video/sharing quality and experience
777
+ 2. Browser-console messages to clarify Gallery View requirements when insufficient – such as SharedArrayBuffer Origin Trial or cross-origin isolation status
778
+
779
+ ### Enhanced
780
+ 1. “Chrome Tab” screen share option to include “Share audio” checkbox
781
+
782
+ ## WebSDK Client View
783
+ ### Added
784
+ 1. Focus mode
785
+
786
+ ### Fixed
787
+ 1. Bug where both audio tracks can be heard when using Language Interpretation
788
+ 2. Meeting crashes when spotlighting 4+ people
789
+ 3. Broken “Learn More” link in Screen Sharing popup when attempting to share without browser access
790
+ 4. Inability to change reaction skin tone
791
+ 5. “join()” function not returning error codes when password is incorrect
792
+
793
+ ## WebSDK Component View
794
+ ### Added:
795
+ 1. “Tk” parameter to “join()” function to allow users to join Webinars with registration
796
+
797
+ ### Enhanced:
798
+ 1. Code architecture quality and robustness
799
+
800
+ ### Fixed
801
+ 1. Issue where the Gallery View page-change buttons could be positioned incorrectly
802
+ 2. Not all hands being lowered properly when clicking “Lower Hand” button
803
+
804
+ ## version 2.0.1
805
+ ## WebSDK Client View
806
+
807
+ ## version 2.0.1
808
+ ## WebSDK Client View
809
+ ## Added
810
+ 1. [Mask Background feature](https://support.zoom.us/hc/articles/214629443#h_01FGW73VTDNVJ3VDKP7YQGVQNZ)
811
+ Setting to “Mirror my Video”
812
+ 2. [Meeting Reactions](https://support.zoom.us/hc/articles/115001286183-Nonverbal-feedback-during-meetings)
813
+ 3. Side-by-side layout support when screen sharing in Chrome
814
+ 4. Ability to customize recording disclaimer content
815
+ 5. Support for showing the user a notice when archiving and live streaming
816
+ 6. dialog for attendees to first provide consent when being promoted to a panelist in webinars
817
+ 7. Getty Show legal notices
818
+
819
+ ## Enhanced
820
+ 1. Waiting page when a meeting has not yet started
821
+
822
+ ## Fixed
823
+ 1. Receiving video in 720p from the native client (requirements include needing “Speaker” view, a video height >= 720p, and a high-performance PC)
824
+ 2. The “TypeError: I.isMatchingType is not a function” bug from ~v1.9.5
825
+
826
+ ## WebSDK Component View
827
+ Added
828
+ 1. Joining, leaving, and ending meetings and webinars
829
+ 2. Reconnecting when connection state changes
830
+ 3. Privacy notices to various features such as chat and recording
831
+ 4. Viewing meeting information and copying invite link
832
+ 5. [Active Apps Notifier](https://support.zoom.us/hc/articles/360060577291)
833
+ 6. Starting, pausing, and stopping screen sharing
834
+ 7. Receiving screen sharing
835
+ 8. Participants panel, with participant controls such as “mute” and “rename”
836
+ 9. Waiting Room
837
+ 10. Joining and leaving audio
838
+ 11. Muting and unmuting the microphone
839
+ 12. Gallery, Ribbon, Speaker, and Minimized views
840
+ 13. Highlighting most recently active participant in video views
841
+ 14. Toggling video capture
842
+ 15. Public and private chat in meetings and webinars
843
+ 16. Security settings like enabling waiting room and locking meetings
844
+ 17. Starting, pausing, and stopping cloud recording
845
+ 18. Receiving local and cloud recording status
846
+ 19. Settings panel, with options for Audio, Video, and Share Screen
847
+ 20. Raising and lowering hand
848
+ 21. Panelist and attendee views in webinars
849
+ 22. Promoting attendees and demoting panelists
850
+ 23. Promote consent (attendee is shown a consent dialog, which they must accept to be promoted to a panelist)
851
+ 24. Multiple languages (i18n)
852
+ 25. Adding custom buttons to the toolbar dropdown
853
+ 26. APIs to safely and programmatically interact with a meeting or webinar
854
+
855
+ ## version 1.9.9
856
+ ## Fixed
857
+ 1. WebCodecs send-video errors on Mac in Chrome 93/94 due to breaking changes to the WebCodecs API
858
+
859
+
860
+ ## version 1.9.8
861
+ ## Fixed
862
+ 1. Bug where after "XMPP disconnected!" error shows in console, webinar attendees find the attendee list empty and both Q&A and Raise Hand buttons disabled
863
+ 2. WebCodecs send-video errors due to breaking changes to the WebCodecs API in Chrome 93
864
+
865
+
866
+ ## version 1.9.7
867
+ ## Added
868
+ 1. Notice that Zoom support for IE11 will end following its EOL announcement
869
+
870
+ ## Fixed
871
+ 1. Bug where participants could control meeting recording functionality
872
+ 2. Screen sharing issue when using WebCodecs Origin Trial
873
+
874
+
875
+ ## version 1.9.6
876
+ ## Added
877
+ 1. Active Apps Notifier.
878
+
879
+ When someone in a meeting or webinar is utilizing any app that has access to real-time content or personal information during a meeting, participants are given real-time notice of usage. Details of which apps have access and which participant is using the app are displayed. Clicking the app opens the Marketplace page to provide more information.
880
+
881
+ Note: This feature is dependent on a web release scheduled for June 16, 2021, and will not work until then.
882
+
883
+ ## Enhanced
884
+ 1. Panelists can join webinars by entering the tk token value in a dialog box
885
+
886
+ ## Fixed
887
+ 1. Removed the assistant Breakout Room button
888
+ 2. Support for attendees joining via new registration flow, where attendees are required to verify their email via correct tk
889
+
890
+ ## version 1.9.5
891
+ ## Added
892
+ 1. Support language interpretation for participants.
893
+ 2. Support for audio and video preview before joining a meeting or webinar.
894
+ 3. Support for auto and manually approved registered Meetings.
895
+ 4. Support meeting and webinar registrations using the “tk” parameter.
896
+ 5. Support for panelists to join registration webinars in Practice mode using the "tk" parameter.
897
+ 6. Support for automatically joining a webinar as a panelist.
898
+ 7. Support for joining manually-approved webinars.
899
+ 8. Support for reordering gallery and speaker view within webinars.
900
+ 9. Add helper.html to support Web SDK isolation for changes related to Chrome 91. See [announcement] for details.
901
+ 10. Support Audio quality of service (QOS).
902
+ 11. setLogLevel API to print logs. To use this API, set debug to true and use setLogLevel('info').
903
+ 12. Support for pre-assigned breakout rooms.
904
+ 13. Ability to disable audio and video preview within the initialize function.
905
+
906
+ ## Enhanced
907
+ 1. UI improvements for styles, such as meeting info icons, updated label for the stop recording dialog, updated raise hand icon position for active speaker mode.
908
+ 2. Participants can choose the breakout room that they want to join.
909
+ 3. When entering or leaving a breakout room, the SDK auto enables audio and video.
910
+
911
+ ## Fixed
912
+ 1. Chrome 90 issue where video freezes when WebCodecs is turned on.
913
+
914
+
915
+ ## version 1.9.1
916
+ ## Additions
917
+ 1. Added support for hosts to delete chat messages for in meeting or Webinar chats.
918
+ 2. Added support for Chrome Origin Trials within the WebSDK.
919
+
920
+ ## Enhancements
921
+ 1. Removed more option button that contain non verbal feedback.
922
+ 2. Added support dialog informing customers to update WebSDK version
923
+
924
+ ## Bug Fixes
925
+ 1. Fixed init parameters that were not working.
926
+ 2. Fixed issue where users can escalate their own privilege.
927
+ 3. Fixed audio issue after users are admitted from the waiting room.
928
+
929
+
930
+ ## version 1.9.0
931
+ ## Add
932
+ 1. Added support for Gallery View.
933
+ 2. Added support for meeting hosts to send messages to participants in a Waiting Room.
934
+ 3. Added support for pausing recordings.
935
+
936
+ ## Enhancements
937
+ 1. Enhanced display message for blocking participants from certain regions to join meetings.
938
+ 2. Enhanced messaging to update WebSDK version.
939
+ 3. Enhanced JSmedia file for Gallery View support, fixing audio issues, and errors within the browsers console.
940
+
941
+ ## Bug Fixes
942
+ 1. Fixed invite email length to open email client.
943
+ 2. Fixed Share privileges in Breakout Rooms to match the main Meeting session.
944
+ 3. Fixed Chat privileges in Breakout Room to match the main meeting session.
945
+ 4. Fixed grammatical errors for polling results.
946
+ 5. Fixed German translation errors.
947
+ 6. Fixed UI issue where Q&A comments covering participants name.
948
+
949
+
950
+ ## version 1.8.6
951
+ ## Bug Fixes
952
+ 1. Fixed Attendee cannot join in to BreakOut Room when "Enable Waiting Room" is enabled
953
+ 2. Fixed Attendee Leaves meeting show 'trying to reconect'
954
+ 3. Fixed Joined audio user can't show wating room when be put on hold
955
+ 4. Fixed Android Chrome Audio don't work
956
+ 5. Fixed Audio stops working when High-Fidelity/Stereo Mode is Enabled
957
+ 6. Fixed Start Video Black Screen in Mac When Only One attendee
958
+ 7. Fixed "The host mute/unmuted you" when call me success/hangeup
959
+ 8. Fixed definition of ZooMtg.i18n wrong
960
+ 9. Fixed co-host call rename/muteAll/expel/record/lockMeeting/putOnHold API no privilege
961
+
962
+ ## Enhancements
963
+ 1. polling switcher split meeting and webinar
964
+ 2. remove default load language resource cause 404
965
+ 3. Add setSupportLanguage api
966
+
967
+
968
+ ## version 1.8.5
969
+ ## Add
970
+ 1. support for Breakout Rooms.
971
+ 2. support for Polling.
972
+ 3. support for Live Transcription.
973
+ 4. support for the host to use the Host key to claim the meeting as a host when meeting no host
974
+ 5. support reclaim host for joined use (role=1)
975
+ 6. support to assign new hosts before leaving the meeting.
976
+ 7. support for authentication names for starting and joining meetings from China.
977
+ 8. new AES-GCM encryption and decryption audio support.
978
+ 9. support for logging out integrating within Zoom for authentication meeting.
979
+ 10. init API add Enable/Disable Breakout Rooms and Polling option
980
+
981
+ ## Enhancements
982
+ 1. Redesigned the Report a user in-meeting form.
983
+ 2. Remove Jquery. all $.i18n -> ZoomMtg.i18n
984
+ 3. Provided es5 support within the npm version.
985
+ 4. multi-lang need manual load
986
+
987
+ ## Bug Fixes
988
+ 1. Fixed bug that displays black screen when host starts screen sharing.
989
+ 2. Fixed UI issues where the Join Computer Audio button does not display properly within the small window.
990
+ 3. Fixed UI issue where Active speaker is covered by speaker name within the small window.
991
+ 4. Fixed issue where a user clicks Leave meeting and leave url does not work.
992
+ 5. Fixed issue where clicking Phone call buttons returns error & black screen.
993
+ 6. Fixed API issue where isSupportVA false.
994
+ 7. Fixed API showMeetingHeader false in waiting room black screen
995
+ 8. Fixed UI issue where “Guest” title shows for all non hosts.
996
+
997
+
998
+ ## version 1.8.3
999
+ ## Bug Fixes
1000
+ 1. Fixed phone Passcode Missing
1001
+ 2. Fixed enter/exit fullscreen after leaving meeting in safari(ipad)
1002
+ 3. Fixed text overflows issue for some language
1003
+ 4. Fixed enhance download wasm files timeout issue.
1004
+ 5. Fixed auto hide "talk" text area for IE11
1005
+ 6. Fixed automatically sort raised hands to the top(me->host->co-host->raised->others)
1006
+ 7. Fixed unexcept "The host unmuted you" after call me success
1007
+ 8. Fixed Japanese translation for the waiting room.
1008
+
1009
+
1010
+ ## version 1.8.1
1011
+ ## Bug Fixes
1012
+ 1. Fixed bug that prevents attendees from Disable or Enable video receiving.
1013
+ 2. Fixed sharing content resolution compression.
1014
+ 3. Fixed CSS issue where Zooms scrollbar css styles are overwritten by browser global styles.
1015
+ 4. Fixed bug where the onMeetingStatus api does not throw connected and disconnected callback events.
1016
+ 5. Fixed bug where audio does not work after successfully reconnecting and rejoining the meeting
1017
+ 6. Fixed video resolution bug where the default video resolution should be 360p instead of 180p.
1018
+
1019
+ ## Add
1020
+ 1. Added new API getCurrentMeetingInfo to return meeting information.
1021
+ 2. Show dialog to use E2E meetings for either Desktop or Mobile clients.
1022
+
1023
+
1024
+ ## version 1.8.0
1025
+ ## Add
1026
+ 1. Webinar Panelist/Host support
1027
+ 2. Webinar promote/depromote
1028
+ 3. Multi participant sharing
1029
+ 4. Search box for attendee list
1030
+ 5. meeting/webinar co-host
1031
+ 6. Registration Webinar
1032
+ 7. Webinar attendee Allow to talk
1033
+ 8. Merge attendee's phone call and video
1034
+ 9. Start Webinar(role=1, require host/alternative email), other email try to start will show "Not allow to start webinar from web."
1035
+ 10. inMeetingServiceListener API
1036
+ 12. Support Play Chime for Enter/Exit and Chat Message/Raise Hand
1037
+ 13. ajax call use axios(dependence)
1038
+
1039
+ ## Bug Fixes
1040
+ 1. Reconnecting uses a different participant id
1041
+ 2. Black screen when Web SDK user is spotlighted
1042
+
1043
+ ## Enhancements
1044
+ 1. fix with noise
1045
+ 2. Simd support(need apply try https://developers.chrome.com/origintrials/#/trials/active)
1046
+ 3. Waiting room notice(sound and browser notice)
1047
+
1048
+
1049
+ ## version 1.7.10
1050
+ ## Bug Fixes
1051
+ 1. Fixed random video black screen in meeting.
1052
+ 2. Fixed recaptcha don't work on some domain.
1053
+
1054
+
1055
+ ## version 1.7.9
1056
+ ## Add
1057
+ 1. New Rate limit for joining meetings and webinars.
1058
+ 2. Added recaptcha feature for joining meetings.
1059
+ 3. Added Vietnamese language support.
1060
+ 4. Added Italian language support.
1061
+ 5. Added Waiting Room notification.
1062
+ 6. Added Ruby code for generating signature.
1063
+ 7. Added ability for host to report attendees(only require zoom login meeting and waiting Zoom enable this feature).
1064
+ 8. Added new API to disable report(disableReport).
1065
+ 9. Added new API to hide meeting information(meetingInfo).
1066
+ 10. Added new API to hide VOIP option(disableVoIP).
1067
+ 11. Host unmute need participant admit, remove host unmute all.
1068
+
1069
+ ## Enhancements
1070
+ 1. Enhanced details for error messages.
1071
+ 2. Ensure WASM files are downloaded before joining meetings.
1072
+ 3. Include version number within JSMedia file to prevent caching issues.
1073
+
1074
+ ## Bug Fixes
1075
+ 1. Fixed issue when cannot unmute when joining audio.
1076
+ 2. Fixed issue when an webinar attendee cannot join audio using Safari browser.
1077
+ 3. Fixed a tag issue for starting video.
1078
+ 4. Fixed issue for user sees Black screen on iOS device.
1079
+ 5. Fixed attendee Closed Caption don't show
1080
+ 6. Fixed Chrome 74 audio bad issue.
1081
+
1082
+
1083
+ ## version 1.7.8
1084
+ ## Add
1085
+ 1. Added Computer Audio for Firefox version 76+.
1086
+ 2. New Invite dialog UI.
1087
+ 3. Added support for Third party audio.
1088
+ 4. Added support for inviting h323 devices to join meetings.
1089
+
1090
+ ## Enhancements
1091
+ 1. Added password validation screen for joining meetings and webinars.
1092
+ 2. Enhance Invite URL format API.
1093
+ 3. Disabling joining meetings from Multiple devices.
1094
+ 4. Enhance language parameter wc_already_joined_by_telephone.
1095
+
1096
+ ## Bug Fixes
1097
+ Fixed issue for Safari not able to open camera.
1098
+ Fixed issue for removing Session Storage
1099
+
1100
+
1101
+ ## version 1.7.7
1102
+ ## Add
1103
+ 1. Added support for for only signed-in users with specified domains can join meetings.
1104
+ 2. Added support for only Authenicated users to join meetings.
1105
+
1106
+ ## Enhancements
1107
+ 1. AES-GCM-256 encryption for meetings.
1108
+ 2. Meeting Encryption info
1109
+
1110
+ ## Removed
1111
+ 1. Disable support for Microsoft Edge in place of Chromium Edge.
1112
+
1113
+
1114
+ ## version 1.7.6
1115
+ ## Add
1116
+ 1. Added a new Security Toolbar icon to display meeting security features.
1117
+ 2. Added support for data center selection within Account settings.
1118
+
1119
+ ## Enhancements
1120
+ 1. Display label to users stating that certain browsers do not support VOIP.
1121
+
1122
+ ## Bug Fixes
1123
+ 1. Fixed black screen for Webinar users when the host chooses to end the meeting for all.
1124
+ 2. Fixed required password not showing for users joining by phone.
1125
+
1126
+
1127
+ ## version 1.7.5
1128
+ ## Enhancements
1129
+ 1. Remove rwcEndpoint
1130
+ 2. Add ko-KO Korea language
1131
+
1132
+ ## Bug Fixes
1133
+ 1. Fixed waiting room admit issue
1134
+
1135
+
1136
+ ## version 1.7.4
1137
+ ## Enhancements
1138
+ 1. WebSDK < 1.7.4 are not compatible
1139
+ 2. Update WebSDK AV lib version
1140
+
1141
+ ## Bug Fixes
1142
+ 1. Leave URL is not triggered when clicking ok
1143
+ 2. Chat string displays string key instead of the actual string
1144
+
1145
+
1146
+ ## version 1.7.2
1147
+ ## Added
1148
+ 1. **Added support for Edge Chromium (Min version: v80+)**
1149
+ 2. Added a new interface `getCurrentUser` to retrieve the user information(such as userId, participantId, userName,etc.) of the current user
1150
+ 3. Optimized the interface `getAttendeelist` to ensure the user ID at index 0 represents the current user
1151
+ 4. Enhanced the chat privileges that could be configured by the host or the co-host and add new privilege `Allow Participants to chat with Everyone publicly and privately`
1152
+
1153
+ ## Changed & Fixed
1154
+ 1. Fixed an issue that the responsive menu is being cut off after resizing the window
1155
+ 2. Fixed an issue that the attendee sees black blocks shown on the screen when viewing the host’s shared content
1156
+
1157
+ ## version 1.7.0
1158
+ ## Added
1159
+ 1. Added network support failover. WebSDK can now quickly reconnect back to servers without degrading the meeting experience.
1160
+ 2. Support new Audio Encryption Algorithm.
1161
+ 3. Added notification when remote meeting conrol admin starts or stops.
1162
+ 4. Added host to remote control meeting allowing users to chat with everyone of privately.
1163
+ 5. Added Spotlight for the host to choose who to foucs on when speaking instead of active speaker.
1164
+ 6. Added Video support for iPadOS.
1165
+
1166
+ ## Enhancements
1167
+ 1. Enhanced UI visibility for full screen button.
1168
+ 2. Changed npm module from zoomus-jssdk -> @zoom/meetingsdk.
1169
+
1170
+ ## Bug Fixes
1171
+ 1. Fixed jquery name within the Web SDK dependencies.
1172
+ 2. Fixed invite url domain to reflect brand settings.
1173
+ 3. Fixed bug where video freezes after switching tabs.
1174
+ 4. Fixed From & To indicator within chat to not overlap.
1175
+ 5. Fixed hover over chat messages to be localized.
1176
+ 6. Fixed localized leave meeting button to not be cutoff.
1177
+ 7. Fixed Chat Window after clicking Pop Out.
1178
+ 8. Fixed C# generate signature.
1179
+
1180
+ ## version 1.6.1
1181
+ ## Bug Fixes:
1182
+ 1. Fixed API for showPureSharingContent so that the footer will not overlay the sharing screen area.
1183
+ 2. Fixed video freezing when only one host is in the meeting.
1184
+ 3. Updated react-dom.min.js to fix lost mouseleave event issue.
1185
+ ## version 1.6.0
1186
+
1187
+ ## Added
1188
+ 1. Added Closed Caption feature to show subtitles withing a meeting for attenedees and host.
1189
+ 2. Added Q&A feature for Webinar attendees.
1190
+ 3. Added Remote Control feature to allow WebSDK to control their meeting attendess desktop.
1191
+
1192
+ ## Enhancements:
1193
+ 1. Added the ability for developer to enable or disable error dialog when joining a meeting.
1194
+ 2. Enhanced multi-language support for Share Screen Content during meetings.
1195
+
1196
+ ## Bug Fixes:
1197
+ 1. Fixed viewing video and view sharing for iPadOS and Mac OS Catalina.
1198
+
1199
+ ## version 1.5.1
1200
+
1201
+ ## Added
1202
+ * Use operation rwc configuration as rwcEndpoint
1203
+
1204
+ ## Enhancements:
1205
+ * Chat Feature Performance optimization
1206
+
1207
+ ## Bug Fixes:
1208
+ * Unable to close Audio Prompt Panel when browser is zoomed
1209
+
1210
+ ## version 1.5.0
1211
+ ## Added
1212
+ * Added responsive design footer for desktop and mobile based browsers.
1213
+ * Display “This meeting is being recorded” dialog message before the meeting is recorded.
1214
+ * New API option to enable or disable meeting non-verbal feedback.
1215
+ * New API option to either always show or auto hide footer.
1216
+
1217
+ ## Enhancements
1218
+ * Increased meeting & webinar capacity up to 1000 attendees.
1219
+ * Included support for full-width and half-width phone numbers.
1220
+ * Added Web SDK requirement for React version of 16.8.6.
1221
+
1222
+ ## version 1.4.2
1223
+ ## Added
1224
+
1225
+ 1. browser share (only support english)
1226
+ 2. chat feature
1227
+ 3. meeting Nonverbal feedback
1228
+ 4. local/cloud recording ico
1229
+
1230
+ ## Bug Fixes:
1231
+
1232
+ 1. Ask to start video dialog don't shown in unsupported browsers
1233
+ 2. Meeting timeout message is not translated
1234
+ 3. join meeting/webinar fail don't show dialog
1235
+ 4. After join meeting success immediately invoke success callback report don't joined meeting.
1236
+
1237
+ ## version 1.3.8
1238
+ ## Bug Fixes:
1239
+
1240
+ 1. video freezing when resize browser.
1241
+
1242
+
1243
+ ## version 1.3.7
1244
+ ## Added
1245
+
1246
+ 1. New API setZoomJSLib, preLoadWasm, prepareJssdk, checkSystemRequirements, getJSSDKVersion
1247
+ 2. option disable "Original Size" mode
1248
+ 3. fixed firefox overlay shareing area
1249
+ 4. participent list width change to old style 265px
1250
+ 5. support import zoomus-jssdk
1251
+
1252
+ ## Bug Fixes:
1253
+
1254
+ 1. unexpect signature expired.
1255
+ 2. When mic access is blocked, click learn link direct to https://www.zoom.us/wc/support/mic
1256
+
1257
+
1258
+ ## version 1.3.5
1259
+ ## Added
1260
+
1261
+ 1. Support join no registration Webinar
1262
+
1263
+ 2. Add zh-TW language support
1264
+
1265
+ ## Bug Fixes:
1266
+ 1. Video tile and participant panel never overlay sharing area
1267
+ 2. Missing translation fixed
1268
+ 3. Phone Call and Call Me auto selected user’s country - through ip location
1269
+ 4. Attendee must start twice for host see video
1270
+ 5. Auto start video respect to meeting video option
1271
+
1272
+
1273
+ ## version 1.3.0
1274
+
1275
+ 1. Multi-languages feature
1276
+
1277
+ 2. Support join meeting with computer's audio and video (receive and send)
1278
+
1279
+ 3. React require ^v15.6.1
1280
+
1281
+ ### Bug Fixes:
1282
+
1283
+ 1. Attendee be put on hold when enable_silent_mode=true
1284
+
1285
+ 2. Audio panel always open when sharing, connected audio and audioPanelAlwaysOpen=true
1286
+
1287
+ 3. There is no end popup when free meeting ends
1288
+
1289
+ 4. Remove `<div class="main"><div id='root'></div></div>` dom, jssdk will auto generate a `<div id='zmmtg-root'></div>` dom to body.
1290
+
1291
+
1292
+ ## version 1.2.4
1293
+ ### Bug Fixes:
1294
+
1295
+ 1. Multi-languages user unable to join Meeting
1296
+
1297
+ 2. Wrong Dialog
1298
+
1299
+ 3. The meeting control agent can't mute All others
1300
+
1301
+ ## version 1.2.3
1302
+ Change small, skipped, this bug fixed with version 1.2.4
1303
+ ### Bug Fixes:
1304
+
1305
+ 1. Screen Share handling for small browser size
1306
+
1307
+ ## 2017-06-16
1308
+
1309
+ ### Added
1310
+
1311
+ 1. add success log and error log in init() and join()
1312
+
1313
+ 2. add four parameters in init():
1314
+ disableInvite
1315
+ disableCallOut
1316
+ disableRecord
1317
+ disableJoinAudio
1318
+ 3. support to inviteCRCDevice and calcelInviteCRCDevice.
1319
+
1320
+ 4. provide signature generate method
1321
+
1322
+
1323
+ ## 2017-04-28
1324
+
1325
+ ### Added
1326
+
1327
+ 1. support init web client, join meeting.
1328
+
1329
+ 2. support to show/hide invite function.
1330
+
1331
+ 3. support to show/hide meeting header.
1332
+
1333
+ 4. support to get current attendees list.
1334
+
1335
+ 5. support to call out to a phone.
1336
+
1337
+ 6. support to recording a meeting.