Built files from Bizgaze WebServer
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

meetingmanager.min.js 1.6KB

1
  1. var __awaiter=this&&this.__awaiter||function(n,t,i,r){function u(n){return n instanceof i?n:new i(function(t){t(n)})}return new(i||(i=Promise))(function(i,f){function o(n){try{e(r.next(n))}catch(t){f(t)}}function s(n){try{e(r["throw"](n))}catch(t){f(t)}}function e(n){n.done?i(n.value):u(n.value).then(o,s)}e((r=r.apply(n,t||[])).next())})},Bizgaze;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){let t;(function(n){class t extends Unibase.Platform.Core.BaseManager{getMeeting(n){return __awaiter(this,void 0,void 0,function*(){const t="apis/v4/bizgaze/communications/meetings/getmeeting/meetingid/"+n;return yield this.dataHelper().getAsync(t).then(function(n){return n.result!==null&&(n.result=JSON.parse(n.result)),n})})}deleteParticipants(n,t,i){return __awaiter(this,void 0,void 0,function*(){const r="apis/v4/bizgaze/communications/meetings/removeinvitepeople/meetingid/"+n+"/contactid/"+t+"/contactname/"+i;return yield this.dataHelper().postAsync(r,null).then(function(n){return n.result!==null&&(n.result=JSON.parse(n.result)),n})})}deletecohost(n,t,i){return __awaiter(this,void 0,void 0,function*(){const r="apis/v4/bizgaze/communications/meetings/deletecohost/meetingid/"+n+"/cohostid/"+t+"/cohost_text/"+i;return yield this.dataHelper().postAsync(r,null).then(function(n){return n.result!==null&&(n.result=JSON.parse(n.result)),n})})}static Instance(){return this._instance===undefined&&(this._instance=new t),this._instance}}n.MeetingManager=t})(t=n.Managers||(n.Managers={}))})(t=n.Meetings||(n.Meetings={}))})(t=n.Communications||(n.Communications={}))})(t=n.Apps||(n.Apps={}))})(Bizgaze||(Bizgaze={}));