12345678910111213 |
- var Unibase;(function(n){let t;(function(t){let i;(function(t){let i;(function(t){let i;(function(t){class i extends n.Platform.Core.BaseComponent{cssFiles(){return[]}jsFiles(){return[""]}html(){return null}load(){$("#btnJoinMeeting").click(function(){var t="https://meet.bizgaze.com/lobby/"+n.Apps.Communications.Meetings.Components.VideoConference.meetingId+"/"+n.Platform.Membership.Infos.Identity.currentUser.userId;window.open(t,"")})}init(t){if(n.Themes.Providers.Detail_Settings.Instance().InputParameters.length>0){for(let t of n.Themes.Providers.Detail_Settings.Instance().InputParameters)t.Key==="hf_"+n.Themes.Providers.DetailHelper.installedAppId+"_meetingid"&&(n.Apps.Communications.Meetings.Components.VideoConference.meetingId=Number(t.Value)),t.Key==="hf_"+n.Themes.Providers.DetailHelper.installedAppId+"_createdby"&&(n.Apps.Communications.Meetings.Components.VideoConference.createdBy=Number(t.Value));this.render(t)}n.Apps.Communications.Meetings.Components.VideoConference.Instance().load(n.Apps.Communications.Meetings.Components.VideoConference.meetingId,t,null)}render(t){var r=Number($("#hf_PortletWidgetId").val());$("."+t).empty();let i=`<form id="formTimeLine" method="post" data-validate="parsley">
- <div class="card">
- <div class="card-header card-header-action border-bottom-0 px-20">
- <span id="hf-widget-title_100010500003455" class="biz-highlight-bg-color">Video Conferences</span>
- <div class="meeting" id="meetingid">
- </div>
- </div>
- <div class="card-body">
- <span>https://meet.bizgaze.com/lobby/`+n.Apps.Communications.Meetings.Components.VideoConference.meetingId+`</span>
- <a href="javascript:;" id="btnJoinMeeting" class="btn btn-primary btn-sm pull-right"> Join Meeting</a>
- </div>
- </div>
- </form>`;$("."+t).append(i)}static Instance(){return this.instance===undefined&&(this.instance=new i),this.instance}}i.meetingId=0;i.createdBy=0;t.VideoConference=i})(i=t.Components||(t.Components={}))})(i=t.Meetings||(t.Meetings={}))})(i=t.Communications||(t.Communications={}))})(t=n.Apps||(n.Apps={}))})(Unibase||(Unibase={}));
|