LiveOnlineClass.vue 12.5 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412
<template>
  <div class="body-color">
    <!-- LOADER -->
    <div class="loader" v-if="showLoader">
      <v-progress-circular indeterminate color="white"></v-progress-circular>
    </div>

    <!-- SNACKBAR -->
    <v-snackbar
      :timeout="timeout"
      :top="y === 'top'"
      :right="x === 'right'"
      :vertical="mode === 'vertical'"
      v-model="snackbar"
      :color="snackbarColor"
    >
      {{ text }}
      <v-spacer></v-spacer>
      <v-btn flat text @click="snackbar = false">X</v-btn>
    </v-snackbar>

    <v-container grid-list-xl class="pt-0">
      <v-layout row wrap class="mt-1">
        <!-- if logged in user is parent -->
        <v-flex xs12 sm12 md9 v-if=" $store.state.role === 'PARENT' ">
          <v-layout column>
            <!-- HEADING -->
            <v-flex>
              <div
                class="title side-bar-color font-weight-bold"
              >Live Online Classes - {{$route.query.chapterName}}</div>
              <!-- <div class="subheading grey--text lighten-1">{{liveLink}}</div> -->
              <!-- <div
                class="subheading grey--text lighten-1"
              >The session started at 1:00 there is 1 moderator</div>-->
            </v-flex>

            <!-- JOIN OR END SESSION -->
            <v-flex>
              <div>
                <v-btn
                  round
                  class="open-dialog-button"
                  dark
                  v-if="studentBtn"
                  @click="showLoader = true;startChat();"
                >{{studentBtn}}</v-btn>
                <span class="subheading grey--twxt lighten-1" v-else>Session hasnt started yet</span>
              </div>
            </v-flex>
            <v-flex id="studentClone">
              <div id="jitsi-container"></div>
            </v-flex>
          </v-layout>
        </v-flex>

        <!-- if logged in user is teacher -->
        <v-flex xs12 sm12 md12 v-else>
          <v-layout column>
            <!-- HEADING -->
            <v-flex>
              <div
                class="title side-bar-color font-weight-bold"
              >Live Online Classes - {{$route.query.chapterName}}</div>
              <!-- <div class="subheading grey--text lighten-1"></div> -->
              <!-- <div
                class="subheading grey--text lighten-1"
              >The session started at 1:00 there is 1 moderator</div>-->
            </v-flex>

            <!-- JOIN OR END SESSION -->
            <v-flex>
              <div>
                <v-btn
                  round
                  class="open-dialog-button"
                  dark
                  @click="showLoader = true;startChat()"
                >Start Session</v-btn>
              </div>
            </v-flex>
            <v-flex id="teacherClone">
              <div id="jitsi-container"></div>
            </v-flex>
          </v-layout>
        </v-flex>

        <v-spacer></v-spacer>

        <!-- COURSES SIDE BAR- positioned to the right of the page -->
        <!-- <v-flex xs3>
          <v-card class="elevation-0 card-border" height="100%">
            <CoursesSideBar></CoursesSideBar>
          </v-card>
        </v-flex>-->
      </v-layout>
    </v-container>
  </div>
</template>
<script>
import AllApiCalls from "@/Services/AllApiCalls.js";
import http from "@/Services/http.js";
import moment from "moment";
import Meet from "@/pages/Meet/meet.vue";
import CoursesSideBar from "@/pages/Common/CoursesSideBar.vue";
export default {
  mixins: [AllApiCalls],
  components: {
    CoursesSideBar,
  },
  data() {
    return {
      startLiveSession: "",
      studentBtn: "",

      // DATA TABLE
      search: "",
      pagination: {
        rowsPerPage: 10,
      },
      liveOnlineHeaders: [
        {
          text: "Playback",
          value: "attachementUrl",
          sortable: false,
          align: "center",
        },
        {
          text: "Meeting",
          align: "center",
          sortable: false,
          value: "",
        },
        {
          text: "Recording",
          value: "",
          sortable: false,
          align: "center",
        },
        {
          text: "Description Preview",
          value: "",
          sortable: false,
          align: "center",
        },
        { text: "Date", value: "", sortable: false, align: "center" },
        { text: "Duration", value: "", sortable: false, align: "center" },
        { text: "Toolbar", value: "", sortable: false, align: "center" },
      ],
      liveOnlineItems: [],

      // JITSI CONTAINER
      liveLink: "",
      token: "",
      selectStudents: {},
      classRules: [(v) => !!v || " Class Name is required"],
      sectionRules: [(v) => !!v || " Section Name is required"],
      addclass: [],
      addSection: [],
      loading: false,
      room: "",
      username: "",
      roomPassword: "",
      counter: 0,
    };
  },
  methods: {
    async startChat() {
      if (this.$store.state.role === "PARENT") {
        if (this.counter == 0) {
          //   console.log("enter start chat");
          this.startConference();
          this.counter += 1;
        }
      }
      if (this.$store.state.role === "TEACHER") {
        if (this.counter == 0) {
          this.createRoom();
          this.counter += 1;
        }
      }
    },
    // JITSI CONTAINER
    startConference() {
      //   console.log("yes session started");
      var _this = this;
      try {
        const domain = "meet.intrack.in";
        const options = {
          audioInput: "<deviceLabel>",
          audioOutput: "<deviceLabel>",
          videoInput: "<deviceLabel>",
          prejoinPageEnabled: false,
          roomName: this.room,
          height: 500,
          parentNode: document.getElementById("jitsi-container"),
          interfaceConfigOverwrite: {
            filmStripOnly: false,
            SHOW_PROMOTIONAL_CLOSE_PAGE: false,
            SHOW_POWERED_BY: false,
            SHOW_JITSI_WATERMARK: false,
            TOOLBAR_BUTTONS: [
              "microphone",
              "camera",
              "closedcaptions",
              "desktop",
              "fullscreen",
              "fodeviceselection",
              "hangup",
              "profile",
              "info",
              "chat",
              "recording",
              "livestreaming",
              "etherpad",
              "sharedvideo",
              "settings",
              "raisehand",
              "videoquality",
              "filmstrip",
              "invite",
              "feedback",
              "stats",
              "shortcuts",
              "tileview",
            ],
          },
          configOverwrite: {
            disableSimulcast: false,
          },
          teacherName: "",
          romm: "",
        };
        _this.api = new JitsiMeetExternalAPI(domain, options);
        // console.log("this.api ", this.api);
        _this.api.addEventListener("videoConferenceJoined", () => {
          //   console.log("Local User Joined");
          this.showLoader = false;
          _this.api.executeCommand("displayName", _this.username);
          _this.api.executeCommand("password", this_.roomPassword);
        });

        _this.api.on("readyToClose", () => {
          this.$router.push({ name: "Refresh" });
        });
      } catch (error) {
        // console.error("Failed to load Jitsi API", error);
      }
    },
    openRoom() {
      // verify the JitsiMeetExternalAPI constructor is added to the global..
      // if (this.teacherName != "" || this.room != "") {
      //   if (window.JitsiMeetExternalAPI) {
      //     // var person = prompt("Please enter your name:", "Rabie");
      //     if (person != null || person != "") this.username = this.teacherName;
      //     var room = prompt("Please enter your room:", "Test Room");
      //     if (room != null || room != "") this.room = this.room;
      //     this.startConference();
      //   } else alert("Jitsi Meet API script not loaded");
      // }
    },

    createRoom(classId) {
      // this.showLoader = true;
      var classId = {
        classId: classId,
      };
      http()
        .post("/createLiveClasses", {
          classId: this.$route.query.classId,
          courseId: this.$route.query.courseId,
          chapterId: this.$route.query.chapterId,
        })
        .then((response) => {
          // this.addSection = response.data.data;
          //   console.log("CREATE___ROOOM", response.data);
          var room = response.data.data.roomName;
          var username = localStorage.getItem("teacherName");
          var roomPassword = response.data.data.password;
          //   console.log(
          //     "room",
          //     room,
          //     "username",
          //     username,
          //     "roomPassword",
          //     roomPassword
          //   );
          var this_ = this;
          if (username != "" || room != "") {
            if (window.JitsiMeetExternalAPI) {
              // var person = prompt("Please enter your name:", "Rabie");
              if (username != null || username != "") {
                this_.username = username;
              }
              // var room = prompt("Please enter your room:", "Test Room");
              if (room != null || room != "") {
                this_.room = room;
              }
              if (roomPassword != null || roomPassword != "") {
                this_.password = roomPassword;
              }
            } else alert("Jitsi Meet API script not loaded");
            this_.startConference();
          }
        })
        .catch((err) => {
          this.showLoader = false;
        });
    },
    async studentClasses() {
      this.liveLink = "";
      this.room = "";
      this.username = "";
      this.roomPassword = "";
      /* getLiveClassesesList - To up date line under heading*/
      let response = await this.getLiveClassesesList({
        classId: this.$route.query.classId,
        courseId: this.$route.query.courseId,
        chapterId: this.$route.query.chapterId,
      });
      //   console.log("response getLiveClassesesList- ", response);

      /* CHECK RESPONSE TO ASSIGN MESSAGE INSIDE BUTTON */
      if (response.data.data[0].sessionStatus == "ENDED") {
        // this.startLiveSession = "Start Session";
        this.studentBtn = "";
      }
      if (response.data.data[0].sessionStatus == "STARTED") {
        // this.startLiveSession = "Join Session";
        this.studentBtn = "Join Session";
      }
      if (response.data.data.length == 0) {
        this.startLiveSession = "Start Session";
        this.studentBtn = "";
      } else {
        this.liveLink = response.data.data[0].link;
        var room = response.data.data[0].roomName;
        var username = this.currentUser;
        var roomPassword = response.data.data[0].password;
        var this_ = this;
        // console.log(this.room, this.roomPassword, this.username);

        if (username != "" || room != "") {
          if (window.JitsiMeetExternalAPI) {
            // var person = prompt("Please enter your name:", "Rabie");
            if (username != null || username != "") {
              this_.username = username;
            }
            if (roomPassword != null || roomPassword != "") {
              this_.roomPassword = roomPassword;
            }
            // var room = prompt("Please enter your room:", "Test Room");
            if (room != null || room != "") {
              this_.room = room;
            }
            // this.startConference();
          }
        }
      }
    },
  },

  async created() {
    // console.log(
    //   "this.$store.state.studentsData",
    //   this.$store.state.studentsData[0].name
    // );
    this.currentUser = localStorage.getItem("studentName");
    this.token = this.$store.state.token;
    if (this.$store.state.role === "PARENT") {
      await this.studentClasses();
    }

    /* getStudentCourses - to get courseData - defined in GetApis.js*/
    if (this.$store.state.role === "PARENT") {
      await this.getStudentCourses({
        classId: localStorage.getItem("parentClassId"),
        studentId: localStorage.getItem("parentStudentId"),
      });
    }
  },
};
</script>
<style scoped>
.side-bar-color {
  color: #827bfa !important;
  /* border-top-right-radius: 74px !important; */
}
.card-border {
  border: 1px #bdbdbd solid;
  border-radius: 3px;
}
.reply-desc {
  border: 1px solid #f2f2f2;
}
.open-dialog-button {
  background: #827bfa !important;
  border-color: #827bfa !important;
  text-transform: none !important;
}

.reply-btn {
  background: #feb83c !important;
  border-color: #feb83c !important;
  text-transform: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#jitsi-container {
  height: 100vh;
}
</style>