Commit 0c4648c0ba7d2710510a1dfac79f5bad620d0ed2
Exists in
master
and in
2 other branches
Merge branch 'master' of http://git.viithiisys.com/viithiisys/school-management-…
…dashboard into amber-development
Showing
1 changed file
Show diff stats
src/pages/Dashboard/LiveOnlineClass.vue
... | ... | @@ -251,6 +251,10 @@ export default { |
251 | 251 | }, 1000); |
252 | 252 | }); |
253 | 253 | |
254 | + _this.api.on("passwordRequired", () => { | |
255 | + _this.api.executeCommand("password", _this.roomPassword); | |
256 | + }); | |
257 | + | |
254 | 258 | _this.api.on("readyToClose", () => { |
255 | 259 | // this.$router.push({ name: "Refresh" }); |
256 | 260 | let jitsi = document.getElementById("jitsi-container"); | ... | ... |