Skip to content

Commit

Permalink
Merge branch 'prebuilt-leave-meeting'
Browse files Browse the repository at this point in the history
  • Loading branch information
BhumiSalat committed Jun 22, 2024
2 parents 56e1684 + 9f24bb3 commit de372a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "videosdk-rtc-react-prebuilt-ui",
"version": "0.3.39",
"version": "0.3.40",
"private": true,
"homepage": "https://embed.videosdk.live/rtc-js-prebuilt/0.3.39/",
"homepage": "https://embed.videosdk.live/rtc-js-prebuilt/0.3.40/",
"dependencies": {
"@emoji-mart/react": "^1.1.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/system": "^5.15.15",
"@videosdk.live/react-sdk": "^0.1.85",
"@videosdk.live/react-sdk": "^0.1.93",
"@videosdk.live/videosdk-media-processor-web": "^0.0.16",
"compressorjs": "^1.2.1",
"emoji-mart": "^5.5.2",
Expand Down Expand Up @@ -41,7 +41,7 @@
"postcss": "^8.4.31"
},
"scripts": {
"start": "react-scripts start",
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand Down
2 changes: 1 addition & 1 deletion src/meetingContainer/MeetingContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ const MeetingContainer = () => {

const _handleMeetingLeft = () => {
if (redirectOnLeave && redirectOnLeave !== "undefined") {
window.parent.location = redirectOnLeave;
window.top.location = redirectOnLeave;
} else {
setMeetingLeft(true);
}
Expand Down

0 comments on commit de372a7

Please sign in to comment.