Skip to content

Commit 2a16ba3

Browse files
Merge pull request #101 from zoom/6.0.2
6.0.2
2 parents 0dcdc3e + 7b43da2 commit 2a16ba3

9 files changed

Lines changed: 30 additions & 34 deletions

dist/lib/lang/en-US.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3015,6 +3015,8 @@
30153015
"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.",
30163016
"apac.transcription.English_United_Kingdom": "English (United Kingdom)",
30173017
"apac.preview.automated_bots_blocked": "Automated bots aren't allowed to join this meeting.",
3018+
"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.",
3019+
"apac.preview.bot_detected_sign_in_desc": "If this was a mistake and you are a human, sign in to join the meeting.",
30183020
"apac.dialog.invite_invite_via": "Invite Via",
30193021
"apac.rmc.copied": "Copied",
30203022
"apac.browser_permission_tip_edge_step2": "Click the drop-down list to the right of the <b>Camera</b> and <b>Microphone</b> option.",
@@ -3131,6 +3133,8 @@
31313133
"apac.wc_start_video": "Start Video",
31323134
"apac.preview.report_to_zoom": "Report to ZOOM",
31333135
"apac.preview.reCaptcha_error_try_again": "Please try again.",
3136+
"apac.preview.sign_in": "Sign in",
3137+
"apac.preview.sign_in_to_join": "Sign in to join",
31343138
"apac.dialog.conference_over": "Everyone on the call will be disconnected and conference will be over.",
31353139
"apac.wc_call_in_listener": "Total {0} phone call-in listener",
31363140
"apac.wc_attention_mode_tips": "In Attention Mode, only host and co-host can see your video, other participants cannot.",

dist/ui/zoomus-websdk-main-client.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ui/zoomus-websdk-preview.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/zoom-meeting-6.0.0.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/zoom-meeting-6.0.2.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/zoom-meeting-embedded-ES5.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/zoomus-websdk-embedded.umd.min.js

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/zoomus-websdk.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zoom/meetingsdk",
3-
"version": "6.0.0",
3+
"version": "6.0.2",
44
"description": "Zoom MeetingSDK-Web Client",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -24,20 +24,12 @@
2424
"bugs": {
2525
"url": "https://github.com/zoom/meetingsdk-web/issues"
2626
},
27-
"dependencies": {
28-
"react": "18.2.0",
29-
"react-dom": "18.2.0",
30-
"redux": "4.2.1",
31-
"react-redux": "8.1.2",
32-
"lodash": "^4.17.23",
33-
"redux-thunk": "2.4.2"
34-
},
3527
"peerDependencies": {
3628
"react": "18.2.0",
3729
"react-dom": "18.2.0",
3830
"redux": "4.2.1",
3931
"react-redux": "8.1.2",
40-
"lodash": "^4.17.23",
32+
"lodash": "^4.18.1",
4133
"redux-thunk": "2.4.2"
4234
},
4335
"files": [

0 commit comments

Comments
 (0)