Skip to content

Commit

Permalink
2.10.0 update (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayk-zoom authored Feb 28, 2023
1 parent 683e360 commit 82396aa
Show file tree
Hide file tree
Showing 41 changed files with 160 additions and 38 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
# CHANGELOG
## version 2.10.0
## General
### Added
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

## Client View
### Added
1. New network quality event: `onNetworkQualityChange`

### Enhanced
1. Mobile device styling

### Fixed
1. Regression that caused issues subscribing to videos in 720p
1. Clarity of an error message for when the host has been disabled or removed

## Component view
### Added
1. “Speaker View” as a new view option
1. New network quality icon for participants when on speaker view
1. Support for webinar practice mode and option to start live broadcasts
1. Support for subscribing to “active-speaker” events

### Fixed
1. An issue where the ZAK token was unintentionally cached from a previous join
1. Certain edge cases that caused participant tiles to not show properly after resizing the view container, or after a participant left the meeting
1. Unintentional errors with subsequent calls to `init` after leaving a meeting, destroying the client, and recreating the client

## version 2.9.7
## General
### Added
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/av/1502_audio_simd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/av/1502_js_audio_process.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/av/1502_js_media.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/av/1502_js_media_ie.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/av/1502_sharing_m.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/av/1502_sharing_mtsimd.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/av/1502_sharing_s.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/av/1502_sharing_simd.min.js

Large diffs are not rendered by default.

Binary file modified dist/lib/av/1502_video.decode.wasm
Binary file not shown.
Binary file modified dist/lib/av/1502_video.mt.wasm
Binary file not shown.
Binary file modified dist/lib/av/1502_video.mtsimd.wasm
Binary file not shown.
Binary file modified dist/lib/av/1502_video.simd.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/lib/av/1502_video_m.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/av/1502_video_mtsimd.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/av/1502_video_s.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/lib/av/1502_video_share_mtsimd.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib/av/1502_video_simd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/av/1502_websipclient.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/lib/lang/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
"apac.errorcodes_frequent_call": "Sie haben das API Limit für diesen Anruf erreicht.",
"apac.errorcodes_frequent_join": "Sie sein Limit von Zoom, müssen recaptcha überprüfen.",
"apac.errorcodes_host_email": "Bitte verwenden Sie Host/Alternative -E -Mail, um das Webinar zu starten.",
"apac.errorcodes_host_inactive": "Meeting host is inactive.",
"apac.errorcodes_need_use_zoom_desktop_or_mobile": "Unfähig beitreten aus Browser, verbinden Sie bitte den Zoom-Desktop-Client oder mobile App.",
"apac.errorcodes_no_response_from_web": "No response from web, try again later.",
"apac.errorcodes_not_allow_cross_join": "Appkey review status exception",
Expand Down Expand Up @@ -1069,6 +1070,7 @@
"apac.wc_not_share_pronoun": "Nicht freigeben",
"apac.wc_num_password": "Numerisches Passwort Telefon / Raumsysteme",
"apac.wc_on_your_phone": "an Ihrem Telefon",
"apac.wc_optimize_for_video_clip": "Für Videoclip optimieren",
"apac.wc_other_is_host": "ist jetzt der Host.",
"apac.wc_participant_id": "Teilnehmer-ID",
"apac.wc_participants": "Teilnehmer",
Expand Down
2 changes: 2 additions & 0 deletions dist/lib/lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
"apac.errorcodes_frequent_call": "You have reached the API limit for this call.",
"apac.errorcodes_frequent_join": "You be limit by zoom, need to check recaptcha.",
"apac.errorcodes_host_email": "Please use host/alternative email to start the webinar.",
"apac.errorcodes_host_inactive": "Meeting host is inactive.",
"apac.errorcodes_need_use_zoom_desktop_or_mobile": "Unable join from browser, please join using the Zoom desktop client or mobile app.",
"apac.errorcodes_no_response_from_web": "No response from web, try again later.",
"apac.errorcodes_not_allow_cross_join": "Appkey review status exception",
Expand Down Expand Up @@ -1069,6 +1070,7 @@
"apac.wc_not_share_pronoun": "Don't Share",
"apac.wc_num_password": "Numeric Password Telephone/Room Systems",
"apac.wc_on_your_phone": "on your phone",
"apac.wc_optimize_for_video_clip": "Optimize for video clip",
"apac.wc_other_is_host": "is the host now.",
"apac.wc_participant_id": "Participant ID",
"apac.wc_participants": "Participants",
Expand Down
2 changes: 2 additions & 0 deletions dist/lib/lang/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
"apac.errorcodes_frequent_call": "Has alcanzado el límite API para esta llamada.",
"apac.errorcodes_frequent_join": "A ser límite de zoom, necesita comprobar Reconocer texto.",
"apac.errorcodes_host_email": "Utilice el host/correo electrónico alternativo para iniciar el seminario web.",
"apac.errorcodes_host_inactive": "Meeting host is inactive.",
"apac.errorcodes_need_use_zoom_desktop_or_mobile": "No puede unirse desde el navegador, por favor unirse usando el cliente de escritorio Zoom o aplicación móvil.",
"apac.errorcodes_no_response_from_web": "No response from web, try again later.",
"apac.errorcodes_not_allow_cross_join": "Appkey review status exception",
Expand Down Expand Up @@ -1069,6 +1070,7 @@
"apac.wc_not_share_pronoun": "No compartir",
"apac.wc_num_password": "Numérica contraseña Sistemas Telefónicos / Habitación",
"apac.wc_on_your_phone": "en su teléfono",
"apac.wc_optimize_for_video_clip": "Optimizar para clip de vídeo",
"apac.wc_other_is_host": "es el anfitrión ahora.",
"apac.wc_participant_id": "ID del participante",
"apac.wc_participants": "Participantes",
Expand Down
2 changes: 2 additions & 0 deletions dist/lib/lang/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
"apac.errorcodes_frequent_call": "Vous avez atteint la limite de l'API pour cet appel.",
"apac.errorcodes_frequent_join": "Vous être limite par le zoom, devez vérifier recaptcha.",
"apac.errorcodes_host_email": "Veuillez utiliser un e-mail hôte / alternatif pour démarrer le webinaire.",
"apac.errorcodes_host_inactive": "Meeting host is inactive.",
"apac.errorcodes_need_use_zoom_desktop_or_mobile": "Impossible de rejoindre le navigateur, s'il vous plaît rejoindre en utilisant le client de bureau Zoom ou une application mobile.",
"apac.errorcodes_no_response_from_web": "No response from web, try again later.",
"apac.errorcodes_not_allow_cross_join": "Appkey review status exception",
Expand Down Expand Up @@ -1069,6 +1070,7 @@
"apac.wc_not_share_pronoun": "Ne pas partager",
"apac.wc_num_password": "Mot de passe numérique / téléphone systèmes de salle",
"apac.wc_on_your_phone": "sur votre téléphone",
"apac.wc_optimize_for_video_clip": "Optimiser pour le clip vidéo",
"apac.wc_other_is_host": "est désormais l’animateur.",
"apac.wc_participant_id": "No du participant",
"apac.wc_participants": "Participants",
Expand Down
2 changes: 2 additions & 0 deletions dist/lib/lang/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
"apac.errorcodes_frequent_call": "Hai raggiunto il limite di API per questa chiamata.",
"apac.errorcodes_frequent_join": "Limite imposto da Zoom. È necessario verificare Recaptcha.",
"apac.errorcodes_host_email": "Si prega di utilizzare e -mail host/alternativa per avviare il webinar.",
"apac.errorcodes_host_inactive": "Meeting host is inactive.",
"apac.errorcodes_need_use_zoom_desktop_or_mobile": "Impossibile unirsi dal browser, si prega di unirsi con il client desktop Zoom o app mobile.",
"apac.errorcodes_no_response_from_web": "No response from web, try again later.",
"apac.errorcodes_not_allow_cross_join": "Appkey review status exception",
Expand Down Expand Up @@ -1069,6 +1070,7 @@
"apac.wc_not_share_pronoun": "Non condividere",
"apac.wc_num_password": "Password numerica Telefonica/Zoom",
"apac.wc_on_your_phone": "sul tuo telefono",
"apac.wc_optimize_for_video_clip": "Ottimizza per clip video",
"apac.wc_other_is_host": "ora è l’organizzatore.",
"apac.wc_participant_id": "ID partecipante",
"apac.wc_participants": "Partecipanti",
Expand Down
2 changes: 2 additions & 0 deletions dist/lib/lang/jp-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
"apac.errorcodes_frequent_call": "あなたはこのコールのためのAPIの上限に達しています。",
"apac.errorcodes_frequent_join": "あなたがズームによって制限すること、reCAPTCHAのを確認する必要があります。",
"apac.errorcodes_host_email": "ホスト/代替メールを使用して、ウェビナーを開始してください。",
"apac.errorcodes_host_inactive": "Meeting host is inactive.",
"apac.errorcodes_need_use_zoom_desktop_or_mobile": "できませんが、ブラウザから参加し、ズームデスクトップクライアントやモバイルアプリを使用して参加してください。",
"apac.errorcodes_no_response_from_web": "No response from web, try again later.",
"apac.errorcodes_not_allow_cross_join": "Appkey review status exception",
Expand Down Expand Up @@ -1069,6 +1070,7 @@
"apac.wc_not_share_pronoun": "共有しない",
"apac.wc_num_password": "数値パスワード電話/ルームシステム",
"apac.wc_on_your_phone": "電話上",
"apac.wc_optimize_for_video_clip": "ビデオクリップに最適化",
"apac.wc_other_is_host": "がホストになりました。",
"apac.wc_participant_id": "参加者ID",
"apac.wc_participants": "参加者",
Expand Down
2 changes: 2 additions & 0 deletions dist/lib/lang/ko-KO.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
"apac.errorcodes_frequent_call": "이 호출에 대한 API의 한계에 도달했습니다.",
"apac.errorcodes_frequent_join": "당신은 줌에 의해 제한 될 reCAPTCHA를을 확인해야합니다.",
"apac.errorcodes_host_email": "호스트/대체 이메일을 사용하여 웹 세미나를 시작하십시오.",
"apac.errorcodes_host_inactive": "Meeting host is inactive.",
"apac.errorcodes_need_use_zoom_desktop_or_mobile": "수 없습니다 브라우저에서 조인 줌 데스크톱 클라이언트 또는 모바일 앱을 사용하여 가입하시기 바랍니다.",
"apac.errorcodes_no_response_from_web": "No response from web, try again later.",
"apac.errorcodes_not_allow_cross_join": "Appkey review status exception",
Expand Down Expand Up @@ -1069,6 +1070,7 @@
"apac.wc_not_share_pronoun": "공유 안 함",
"apac.wc_num_password": "숫자 암호 전화 / 룸 시스템",
"apac.wc_on_your_phone": "번을 누르십시오.",
"apac.wc_optimize_for_video_clip": "비디오 클립에 최적화",
"apac.wc_other_is_host": "님이 호스트가 되었습니다.",
"apac.wc_participant_id": "참가자 ID",
"apac.wc_participants": "참가자",
Expand Down
2 changes: 2 additions & 0 deletions dist/lib/lang/pl-PL.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
"apac.errorcodes_frequent_call": "Osiągnąłeś limit API do tego połączenia.",
"apac.errorcodes_frequent_join": "Ograniczasz zoom, musisz sprawdzić reCAPTCHA.",
"apac.errorcodes_host_email": "Skorzystaj z hosta/alternatywnego e -maila, aby rozpocząć seminarium internetowe.",
"apac.errorcodes_host_inactive": "Meeting host is inactive.",
"apac.errorcodes_need_use_zoom_desktop_or_mobile": "Nie można dołączyć z przeglądarki, dołącz do Klienta Klient Desktop lub Mobile App.",
"apac.errorcodes_no_response_from_web": "No response from web, try again later.",
"apac.errorcodes_not_allow_cross_join": "Appkey review status exception",
Expand Down Expand Up @@ -1069,6 +1070,7 @@
"apac.wc_not_share_pronoun": "Nie udostępniaj",
"apac.wc_num_password": "Kod numeryczny (telefon / systemy pokoi)",
"apac.wc_on_your_phone": "na Twoim telefonie",
"apac.wc_optimize_for_video_clip": "Zoptymalizuj pod kątem wideoklipu",
"apac.wc_other_is_host": "jest teraz prowadzącym.",
"apac.wc_participant_id": "Identyfikator uczestnika",
"apac.wc_participants": "Uczestnicy",
Expand Down
2 changes: 2 additions & 0 deletions dist/lib/lang/pt-PT.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
"apac.errorcodes_frequent_call": "Você alcançou o limite de API para esta chamada.",
"apac.errorcodes_frequent_join": "Você ser limite por zoom, precisa verificar recaptcha.",
"apac.errorcodes_host_email": "Use um e -mail host/alternativo para iniciar o webinar.",
"apac.errorcodes_host_inactive": "Meeting host is inactive.",
"apac.errorcodes_need_use_zoom_desktop_or_mobile": "Incapaz juntar-se a partir do navegador, por favor, junte-se usando o cliente de desktop Zoom ou aplicativo móvel.",
"apac.errorcodes_no_response_from_web": "No response from web, try again later.",
"apac.errorcodes_not_allow_cross_join": "Appkey review status exception",
Expand Down Expand Up @@ -1069,6 +1070,7 @@
"apac.wc_not_share_pronoun": "Não compartilhar",
"apac.wc_num_password": "Numérico senha Telefone / sistemas de salas",
"apac.wc_on_your_phone": "no seu telefone.",
"apac.wc_optimize_for_video_clip": "Otimizar para videoclipe",
"apac.wc_other_is_host": "é o anfitrião agora.",
"apac.wc_participant_id": "ID do participante",
"apac.wc_participants": "Participantes",
Expand Down
2 changes: 2 additions & 0 deletions dist/lib/lang/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
"apac.errorcodes_frequent_call": "Вы достигли лимита API для этого вызова.",
"apac.errorcodes_frequent_join": "Вы бы ограничение на увеличение, необходимо проверить ReCaptcha.",
"apac.errorcodes_host_email": "Пожалуйста, используйте хост/альтернативное электронное письмо, чтобы запустить вебинар.",
"apac.errorcodes_host_inactive": "Meeting host is inactive.",
"apac.errorcodes_need_use_zoom_desktop_or_mobile": "Невозможно присоединиться из браузера, пожалуйста, присоединяйтесь с помощью настольного клиента Увеличить или мобильное приложение.",
"apac.errorcodes_no_response_from_web": "No response from web, try again later.",
"apac.errorcodes_not_allow_cross_join": "Appkey review status exception",
Expand Down Expand Up @@ -1069,6 +1070,7 @@
"apac.wc_not_share_pronoun": "Не демонстрировать",
"apac.wc_num_password": "Числовой Пароль Телефон / номер системы",
"apac.wc_on_your_phone": "на вашем телефоне",
"apac.wc_optimize_for_video_clip": "Оптимизировать для видеоклипа",
"apac.wc_other_is_host": "теперь является организатором.",
"apac.wc_participant_id": "Идентификатор участника",
"apac.wc_participants": "Участники",
Expand Down
2 changes: 2 additions & 0 deletions dist/lib/lang/tr-TR.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
"apac.errorcodes_frequent_call": "Bu arama için API sınırına ulaştınız.",
"apac.errorcodes_frequent_join": "Yakınlaştırma ile sınırlandırın, reCAPTCHA'yı kontrol etmeniz gerekir.",
"apac.errorcodes_host_email": "Web seminerini başlatmak için lütfen ana bilgisayar/alternatif e -postayı kullanın.",
"apac.errorcodes_host_inactive": "Meeting host is inactive.",
"apac.errorcodes_need_use_zoom_desktop_or_mobile": "Tarayıcıdan katılamıyorsanız, lütfen Zoom Masaüstü İstemcisi veya Mobil Uygulamayı kullanarak katılın.",
"apac.errorcodes_no_response_from_web": "No response from web, try again later.",
"apac.errorcodes_not_allow_cross_join": "Appkey review status exception",
Expand Down Expand Up @@ -1069,6 +1070,7 @@
"apac.wc_not_share_pronoun": "Paylaşma",
"apac.wc_num_password": "Sayısal Geçiş Kodu (Telefon/Oda Sistemleri)",
"apac.wc_on_your_phone": "telefonunuzda",
"apac.wc_optimize_for_video_clip": "Video klip için optimize edin",
"apac.wc_other_is_host": "şimdi oturum sahibi.",
"apac.wc_participant_id": "Katılımcı",
"apac.wc_participants": "Katılımcılar",
Expand Down
2 changes: 2 additions & 0 deletions dist/lib/lang/vi-VN.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
"apac.errorcodes_frequent_call": "Bạn đã đạt đến giới hạn API cho cuộc gọi này.",
"apac.errorcodes_frequent_join": "Bạn được giới hạn bởi zoom, cần phải kiểm tra reCAPTCHA.",
"apac.errorcodes_host_email": "Vui lòng sử dụng email/email thay thế để bắt đầu hội thảo trên web.",
"apac.errorcodes_host_inactive": "Meeting host is inactive.",
"apac.errorcodes_need_use_zoom_desktop_or_mobile": "Không thể tham gia từ trình duyệt, hãy tham gia bằng cách sử dụng client desktop Phóng to hoặc ứng dụng di động.",
"apac.errorcodes_no_response_from_web": "No response from web, try again later.",
"apac.errorcodes_not_allow_cross_join": "Appkey review status exception",
Expand Down Expand Up @@ -1069,6 +1070,7 @@
"apac.wc_not_share_pronoun": "Không chia sẻ",
"apac.wc_num_password": "Số điện thoại Password / Hệ thống Phòng",
"apac.wc_on_your_phone": "trên điện thoại",
"apac.wc_optimize_for_video_clip": "Tối ưu đối với video clip",
"apac.wc_other_is_host": "bây giờ là người chủ trì.",
"apac.wc_participant_id": "ID người tham gia",
"apac.wc_participants": "Người tham gia",
Expand Down
2 changes: 2 additions & 0 deletions dist/lib/lang/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
"apac.errorcodes_frequent_call": "您已达到该呼叫的API限制。",
"apac.errorcodes_frequent_join": "您可以通过变焦是极限,需要检查验证码。",
"apac.errorcodes_host_email": "请使用主持人/备选主持人邮箱启动网络研讨会.",
"apac.errorcodes_host_inactive": "Meeting host is inactive.",
"apac.errorcodes_need_use_zoom_desktop_or_mobile": "从浏览器无法加入,请加入使用缩放桌面客户端或移动应用程序。",
"apac.errorcodes_no_response_from_web": "No response from web, try again later.",
"apac.errorcodes_not_allow_cross_join": "Appkey review status exception",
Expand Down Expand Up @@ -1069,6 +1070,7 @@
"apac.wc_not_share_pronoun": "不公开",
"apac.wc_num_password": "数字密码电话/会议室系统",
"apac.wc_on_your_phone": "在你的电话上按",
"apac.wc_optimize_for_video_clip": "视频流畅度优先",
"apac.wc_other_is_host": "现在是主持人。",
"apac.wc_participant_id": "参会者ID",
"apac.wc_participants": "参会者",
Expand Down
2 changes: 2 additions & 0 deletions dist/lib/lang/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
"apac.errorcodes_frequent_call": "您已達到該呼叫的API限制。",
"apac.errorcodes_frequent_join": "您可以通過變焦是極限,需要檢查驗證碼。",
"apac.errorcodes_host_email": "請使用主持人/备选主持人電​​子郵件啟動網絡研討會。",
"apac.errorcodes_host_inactive": "Meeting host is inactive.",
"apac.errorcodes_need_use_zoom_desktop_or_mobile": "從瀏覽器無法加入,請加入使用縮放桌面客戶端或移動應用程序。",
"apac.errorcodes_no_response_from_web": "No response from web, try again later.",
"apac.errorcodes_not_allow_cross_join": "Appkey review status exception",
Expand Down Expand Up @@ -1069,6 +1070,7 @@
"apac.wc_not_share_pronoun": "不公開",
"apac.wc_num_password": "數字密碼電話/會議室系統",
"apac.wc_on_your_phone": "在電話上按",
"apac.wc_optimize_for_video_clip": "最佳化視訊剪輯",
"apac.wc_other_is_host": "現在是主持人。",
"apac.wc_participant_id": "與會者ID",
"apac.wc_participants": "與會者",
Expand Down
2 changes: 2 additions & 0 deletions dist/zoom-meeting-2.10.0.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/zoom-meeting-2.9.7.min.js

This file was deleted.

4 changes: 2 additions & 2 deletions dist/zoom-meeting-embedded-ES5.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/zoomus-websdk-embedded.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/zoomus-websdk.umd.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 82396aa

Please sign in to comment.