From dc7f013460ed6345b3f8608c69789e3c515bbeef Mon Sep 17 00:00:00 2001 From: amber Date: Thu, 27 Aug 2020 15:07:42 +0530 Subject: [PATCH] orignal video confrence --- src/pages/Dashboard/LiveOnlineClass.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", () => { -- 2.0.0