Skip to content

Commit

Permalink
Merge pull request #80 from Alakinnn/polishing-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Alakinnn authored Jan 15, 2024
2 parents fc87bfe + d91f9d2 commit eaa2bac
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 eaa2bac

Please sign in to comment.