/home/techb158/ileadtechnology.com/SSM/public/js/communication/meeting
Edit: /home/techb158/ileadtechnology.com/SSM/public/js/communication/meeting/live.js (11908B)
(window.webpackJsonp=window.webpackJsonp||[]).push([[47],{"AS/V":function(e,i,t){"use strict";(function(e){var n=t("zWga"),s=t.n(n);t("b9ZE");i.a={components:{RTCMultiConnection:s.a},data:function(){return{uuid:this.$route.params.uuid,meeting:{},attachments:[],roomId:"",is_joined:!1,is_duplicate:!1,can_share_screen:!1,is_screen_shared:!1,screen_share_stream:{},socketURL:"https://socket.scriptmint.com:9001/",enableAudio:!0,enableVideo:!0,enableLogs:!0,autoplay:!0,cameraHeight:160,rtcmConnection:null,localVideo:null,screen_width:window.innerWidth,videoList:[],canvas:null,is_owner:!1,scrollOptions:{vuescroll:{mode:"native"},bar:{background:"#171A23"}}}},mounted:function(){helper.hasPermission("list-meeting")||(helper.notAccessibleMsg(),this.$router.push("/dashboard")),window.IsDuplicate()&&(this.is_duplicate=!0);var i=this;this.rtcmConnection=new s.a,this.rtcmConnection.socketURL=this.socketURL,this.rtcmConnection.autoCreateMediaElement=!1,this.rtcmConnection.enableLogs=this.enableLogs,this.rtcmConnection.session={audio:this.enableAudio,video:this.enableVideo},this.rtcmConnection.iceServers=[],this.rtcmConnection.iceServers.push({urls:"stun:st.kodemint.in:5349"}),this.rtcmConnection.iceServers.push({urls:"turn:st.kodemint.in:5349",credential:e.env.MIX_TURN_CREDENTIAL,username:"guest"}),this.rtcmConnection.sdpConstraints.mandatory={OfferToReceiveAudio:this.enableAudio,OfferToReceiveVideo:this.enableVideo},this.rtcmConnection.onstream=function(e){if(void 0===i.videoList.find((function(i){return i.id===e.streamid}))){var t=!1;e.hasOwnProperty("stream")&&!1===e.stream.isVideo&&!1===e.stream.isAudio&&(t=!0);var n={id:e.streamid,muted:"local"===e.type,fullName:e.extra.fullName,userUuid:e.extra.userUuid,screenSharing:t,isOwner:e.extra.isOwner,maximized:0===i.videoList.length?-1:e.extra.maximized},s=i.videoList.findIndex((function(e){return e.userUuid===n.userUuid&&e.screenSharing===n.screenSharing}));s>=0&&i.videoList.splice(s,1),n.screenSharing&&n.userUuid===helper.getAuthUser("uuid")||(i.meeting.audience_video_preference?(i.is_owner||!i.is_owner&&(n.isOwner||n.userUuid===helper.getAuthUser("uuid")))&&i.videoList.push(n):i.videoList.push(n)),"local"===e.type&&(n.maximized=-1,i.localVideo=n)}setTimeout((function(){if(i.$refs.hasOwnProperty("videos"))for(var t=0,n=i.$refs.videos.length;t
n?1:0})),e}}}}).call(this,t("8oxB"))},G3PG:function(e,i,t){(e.exports=t("I1BE")(!1)).push([e.i,"\n.icon[data-v-ab31eb46] {\n margin-right: 10px;\n}\n@media (max-width: 991px) {\n.col-t-m[data-v-ab31eb46] {\n margin: 4px 0;\n}\n}\n.video-item[data-v-ab31eb46] {\n display: flex; \n flex-direction: column; \n align-items: center; \n justify-content: space-around; \n align-self: stretch;\n background: #171A23; \n padding: 10px 20px;\n margin-top: 0.25rem !important;\n margin-right: 0.25rem !important;\n}\n.video-maximized[data-v-ab31eb46] {\n flex: 1 0 49.5%;\n}\n.video-minimized[data-v-ab31eb46] {\n padding-top: 20px;\n flex: 0 0 19.7%;\n}\n.maximized[data-v-ab31eb46] {\n order: -1;\n}\n",""])},OKci:function(e,i,t){"use strict";t.r(i);var n=t("AS/V").a,s=(t("WRjj"),t("KHd+")),a=Object(s.a)(n,(function(){var e=this,i=e.$createElement,t=e._self._c||i;return t("div",{staticStyle:{width:"100vw","min-height":"100vh",background:"#000000",padding:"20px"}},[e.is_duplicate?t("div",[t("p",[e._v("\n "+e._s(e.trans("communication.duplicate_tab"))+"\n ")])]):t("div",[t("vue-scroll",{attrs:{ops:e.scrollOptions}},[t("div",{staticStyle:{padding:"10px 20px",background:"#171A23"}},[t("div",{staticClass:"d-flex"},[t("p",{staticClass:"mr-auto p-1",staticStyle:{color:"#AEB5C0",padding:"0",margin:"0"}},[e._v("\n "+e._s(e.meeting.title)+"\n "),e.meeting.is_live?t("span",{staticClass:"ml-2 label label-success"},[e._v(e._s(e.trans("communication.live")))]):e._e(),e._v(" "),e.meeting.is_expired?t("span",{staticClass:"ml-2 label label-danger"},[e._v(e._s(e.trans("communication.expired")))]):e._e()]),e._v(" "),t("div",{staticClass:"p-1"}),e._v(" "),t("div",{staticClass:"p-1"},[t("span",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.trans("communication.back_to_meeting"),expression:"trans('communication.back_to_meeting')"}],staticClass:"icon custom-button",on:{click:function(i){return e.$router.push("/communication/meeting/"+e.meeting.uuid)}}},[t("i",{staticClass:"fa fa-arrow-circle-left"})])])])]),e._v(" "),t("div",{staticClass:"container-fluid"},[e.meeting.is_live?t("div",{staticClass:"row mt-3"},[e.is_joined?e._e():t("div",{staticClass:"col"},[t("button",{staticClass:"btn btn-block btn-success",on:{click:e.join}},[e._v(e._s(e.trans("communication.join_meeting")))])]),e._v(" "),e.is_joined&&e.can_share_screen?t("div",{staticClass:"col"},[e.is_screen_shared?e._e():t("button",{staticClass:"btn btn-block btn-info",on:{click:e.share}},[e._v(e._s(e.trans("communication.share_screen")))]),e._v(" "),e.is_screen_shared?t("button",{staticClass:"btn btn-block btn-info",attrs:{disabled:""}},[e._v(e._s(e.trans("communication.stop_share_screen")))]):e._e()]):e._e(),e._v(" "),e.is_joined?t("div",{staticClass:"col"},[t("button",{staticClass:"btn btn-block btn-danger",on:{click:e.leave}},[e._v(e._s(e.trans("communication.leave_meeting")))])]):e._e()]):e._e(),e._v(" "),t("div",{staticStyle:{display:"flex",height:"auto","flex-wrap":"wrap","justify-content":"flex-start","margin-top":"10px"}},[t("div",{staticClass:"video-item mr-1",staticStyle:{flex:"1 0 49.5%"}},[t("vue-scroll",{attrs:{ops:e.scrollOptions}},[t("p",[e._v(e._s(e.trans("communication.meeting_start_time"))+": "+e._s(e._f("moment")(e.meeting.date))+" "+e._s(e._f("momentTime")(e.meeting.start_time)))]),e._v(" "),t("p",[e._v(e._s(e.trans("communication.meeting_end_time"))+": "+e._s(e._f("moment")(e.meeting.date))+" "+e._s(e._f("momentTime")(e.meeting.end_time)))]),e._v(" "),e.attachments.length?t("div",[t("ul",{staticClass:"m-t-10 upload-file-list"},e._l(e.attachments,(function(i){return t("li",{key:i.uuid,staticClass:"upload-file-list-item"},[t("a",{staticClass:"no-link-color",attrs:{href:"/communication/meeting/"+e.meeting.uuid+"/attachment/"+i.uuid+"/download?token="+e.authToken}},[t("i",{class:["file-icon","fas","fa-lg",i.file_info.icon]}),e._v(" "),t("span",{staticClass:"upload-file-list-item-size"},[e._v(e._s(i.file_info.size))]),e._v(" "+e._s(i.user_filename))])])})),0)]):e._e(),e._v(" "),t("div",{domProps:{innerHTML:e._s(e.meeting.description)}})])],1),e._v(" "),e.meeting.is_live||e.meeting.is_expired?e._e():[t("div",{staticClass:"video-item",staticStyle:{flex:"1 0 49.5%"}},[t("p",{staticClass:"text-center"},[e._v(e._s(e.trans("communication.meeting_scheduled",{date:e.formatDate(e.meeting.date),time:e.formatTime(e.meeting.start_time)})))])])],e._v(" "),e.meeting.is_expired?[t("div",{staticClass:"video-item",staticStyle:{flex:"1 0 49.5%"}},[t("p",{staticClass:"text-center"},[e._v(e._s(e.trans("communication.meeting_ended",{date:e.formatDate(e.meeting.date),time:e.formatTime(e.meeting.end_time)})))])])]:e._e(),e._v(" "),e.meeting.is_live?[e.is_joined?e._e():t("div",{staticClass:"video-item",staticStyle:{flex:"1 0 49.5%"}},[t("p",{staticClass:"text-center"},[e._v(e._s(e.trans("communication.join_meeting_instruction")))])]),e._v(" "),e.is_joined?e._l(e.orderedVideoList,(function(i,n){return t("div",{key:i.id,class:["video-item",0===n||e.screen_width<=768?"video-maximized":"video-minimized",i.maximized?"maxmized":""]},[t("video",{ref:"videos",refInFor:!0,attrs:{autoplay:"",height:0===n?e.maximizeVideoHeight:e.minimizeVideoHeight,playsinline:"",id:i.id},domProps:{muted:i.muted}}),e._v(" "),t("p",{staticClass:"mt-3"},[e._v("\n "+e._s(i.fullName)+" "),i.screenSharing?t("span",[e._v(e._s(e.trans("communication.screen")))]):e._e(),e._v(" "),-1!=i.maximized?t("span",{staticClass:"ml-2 custom-button",on:{click:function(t){return e.highlight(i)}}},[t("i",{staticClass:"fas fa-expand-arrows-alt"})]):e._e(),e._v(" "),0===n?t("span",{staticClass:"ml-2 custom-button",on:{click:function(t){return e.fullScreen(i)}}},[t("i",{staticClass:"fas fa-expand"})]):e._e()])])})):e._e()]:e._e()],2)])])],1)])}),[],!1,null,"ab31eb46",null);i.default=a.exports},WRjj:function(e,i,t){"use strict";var n=t("vfMM");t.n(n).a},vfMM:function(e,i,t){var n=t("G3PG");"string"==typeof n&&(n=[[e.i,n,""]]);var s={hmr:!0,transform:void 0,insertInto:void 0};t("aET+")(n,s);n.locals&&(e.exports=n.locals)}}]);
//# sourceMappingURL=live.js.map?id=2e068c16daa4c427c1b4