Skip to content

Commit

Permalink
update adding param
Browse files Browse the repository at this point in the history
  • Loading branch information
IamLucifer0312 committed Jan 15, 2024
1 parent 707438a commit d91f9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/MeetingSession/TutorMeetingSession.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const TutorMeetingSession = () => {
setInputUrl("");
window.open(response.data.session.liveShareUrl, "_blank");
setSessionActive("active");
InitZoom(response.data.session);
InitZoom(response.data.session, "tutor");
} catch (error) {
console.error("Error starting session: ", error);
}
Expand Down

0 comments on commit d91f9d2

Please sign in to comment.