diff --git a/src/pages/Dashboard/LiveOnlineClass.vue b/src/pages/Dashboard/LiveOnlineClass.vue index e124aa0..b60f832 100644 --- a/src/pages/Dashboard/LiveOnlineClass.vue +++ b/src/pages/Dashboard/LiveOnlineClass.vue @@ -237,7 +237,7 @@ export default { // console.log("Local User Joined"); this.showLoader = false; _this.api.executeCommand("displayName", _this.username); - _this.api.executeCommand("password", this_.roomPassword); + _this.api.executeCommand("password", _this.roomPassword); }); _this.api.on("readyToClose", () => {