Commit dc7f013460ed6345b3f8608c69789e3c515bbeef
1 parent
8b7976c3a4
Exists in
master
and in
2 other branches
orignal video confrence
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/pages/Dashboard/LiveOnlineClass.vue
... | ... | @@ -237,7 +237,7 @@ export default { |
237 | 237 | // console.log("Local User Joined"); |
238 | 238 | this.showLoader = false; |
239 | 239 | _this.api.executeCommand("displayName", _this.username); |
240 | - _this.api.executeCommand("password", this_.roomPassword); | |
240 | + _this.api.executeCommand("password", _this.roomPassword); | |
241 | 241 | }); |
242 | 242 | |
243 | 243 | _this.api.on("readyToClose", () => { | ... | ... |