Skip to content

Commit

Permalink
meet: Update Zoom Web SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg committed Sep 4, 2024
1 parent cf1aff9 commit 6926c87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/meet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@bluedot/ui": "*",
"@types/jsonwebtoken": "^9.0.6",
"@zoom/meetingsdk": "^3.5.2",
"@zoom/meetingsdk": "^3.8.5",
"airtable-ts": "^1.2.0",
"axios": "^1.6.8",
"axios-hooks": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/meet/src/components/MeetingView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type MeetingViewProps = {
page: PageState & { name: 'room' }
};

export const ZOOM_VERSION = '3.5.2';
export const ZOOM_VERSION = '3.8.5';

declare let ZoomMtg: typeof ZoomMtgType;

Expand Down
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6926c87

Please sign in to comment.