diff --git a/src/pages/Common/UploadPdf.vue b/src/pages/Common/UploadPdf.vue index 815d4e2..e492631 100644 --- a/src/pages/Common/UploadPdf.vue +++ b/src/pages/Common/UploadPdf.vue @@ -39,7 +39,7 @@ export default { // Select the very first file from list this.fileToLoad = selectedFile[0]; this.fileName = selectedFile[0].name; - // console.log("file name - ", this.fileName); + console.log("file name - ", this.fileName); // FileReader function for read the file. var fileReader = new FileReader(); // Onload of file read the file content diff --git a/src/pages/Course/courseDetail.vue b/src/pages/Course/courseDetail.vue index f03afac..9545354 100644 --- a/src/pages/Course/courseDetail.vue +++ b/src/pages/Course/courseDetail.vue @@ -728,7 +728,7 @@ - Clear + Clear Add diff --git a/src/pages/Dashboard/LiveOnlineClass.vue b/src/pages/Dashboard/LiveOnlineClass.vue index 0195cb1..a075269 100644 --- a/src/pages/Dashboard/LiveOnlineClass.vue +++ b/src/pages/Dashboard/LiveOnlineClass.vue @@ -215,7 +215,7 @@ export default { startConference() { var _this = this; try { - const domain = "meet.jit.si"; + const domain = "meet.intrack.in"; const options = { audioInput: "", audioOutput: "", @@ -298,8 +298,8 @@ export default { // this.addSection = response.data.data; console.log("CREATE___ROOOM", response.data); this.room = response.data.data.LiveClasses.roomName; - this.username = response.data.data.LiveClasses.teacherName; - this.roomPassword = response.data.data.LiveClasses.roomPassword; + // this.username = response.data.data.LiveClasses.teacherName; + this.roomPassword = response.data.data.LiveClasses.password; var this_ = this; if (this.username != "" || this.room != "") { if (window.JitsiMeetExternalAPI) { @@ -326,6 +326,8 @@ export default { this.token = this.$store.state.token; }, async created() { + console.log("local st - ",localStorage) + /* getLiveClassesesList - To up date line under heading*/ let response = await this.getLiveClassesesList({ classId: this.$route.query.classId, @@ -334,7 +336,7 @@ export default { }); console.log("response getLiveClassesesList- ", response); if (response.data.data.length == 0) { - console.log("response of - ", response); + console.log("response of - ", response); this.startLiveSession = "Start live session"; }