Skip to content
Snippets Groups Projects
Commit 9e8be984 authored by Mohamed Amine Ben Salah's avatar Mohamed Amine Ben Salah
Browse files

adds code clean up

parent d2db75e9
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ class Page {
// Join BigBlueButton meeting
async init(args, meetingId, newParams) {
this.effectiveParams = newParams || params;
const isModerator = !!this.effectiveParams.moderatorPW;
const isModerator = this.effectiveParams.moderatorPW;
this.browser = await puppeteer.launch(args);
this.page = await this.browser.newPage({ context: `bbb-${this.effectiveParams.fullName}` });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment