Skip to content
Merged

6.0.2 #101

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions dist/lib/lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -3015,6 +3015,8 @@
"apac.wc_remote_control_pwa.launch_tip": "When you click \"Download App\", the app's installer will be downloaded to your computer. After downloading, simply install the app and then click \"Open App\" to launch the app and join the remote control session.",
"apac.transcription.English_United_Kingdom": "English (United Kingdom)",
"apac.preview.automated_bots_blocked": "Automated bots aren't allowed to join this meeting.",
"apac.preview.bot_detected_join_blocked_desc": "We detected you may be a bot. Automated bots aren't allowed to join this meeting or webinar and must use Zoom RTMS.",
"apac.preview.bot_detected_sign_in_desc": "If this was a mistake and you are a human, sign in to join the meeting.",
"apac.dialog.invite_invite_via": "Invite Via",
"apac.rmc.copied": "Copied",
"apac.browser_permission_tip_edge_step2": "Click the drop-down list to the right of the <b>Camera</b> and <b>Microphone</b> option.",
Expand Down Expand Up @@ -3131,6 +3133,8 @@
"apac.wc_start_video": "Start Video",
"apac.preview.report_to_zoom": "Report to ZOOM",
"apac.preview.reCaptcha_error_try_again": "Please try again.",
"apac.preview.sign_in": "Sign in",
"apac.preview.sign_in_to_join": "Sign in to join",
"apac.dialog.conference_over": "Everyone on the call will be disconnected and conference will be over.",
"apac.wc_call_in_listener": "Total {0} phone call-in listener",
"apac.wc_attention_mode_tips": "In Attention Mode, only host and co-host can see your video, other participants cannot.",
Expand Down
2 changes: 1 addition & 1 deletion dist/ui/zoomus-websdk-main-client.umd.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

This file was deleted.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions 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.

12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zoom/meetingsdk",
"version": "6.0.0",
"version": "6.0.2",
"description": "Zoom MeetingSDK-Web Client",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -24,20 +24,12 @@
"bugs": {
"url": "https://github.com/zoom/meetingsdk-web/issues"
},
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"redux": "4.2.1",
"react-redux": "8.1.2",
"lodash": "^4.17.23",
"redux-thunk": "2.4.2"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"redux": "4.2.1",
"react-redux": "8.1.2",
"lodash": "^4.17.23",
"lodash": "^4.18.1",
"redux-thunk": "2.4.2"
},
"files": [
Expand Down
Loading