@rongcloud/electron-renderer 5.3.1 → 5.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +4 -4
- package/index.esm.js +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AEngine, IRuntime, IEngineWatcher, IAPIContextOption, IExtraMethod, IAsyncRes,
|
|
1
|
+
import { AEngine, IRuntime, IEngineWatcher, IAPIContextOption, IExtraMethod, IAsyncRes, INaviInfo, ErrorCode, ConversationType, IPromiseResult, IReceivedMessage, MessageDirection, IRecallMsgOptions, IReceivedConversation, IServerConversationStatus, ISetConversationStatusOptions, ISendMsgOptions, IMessageReaderResponse, IServerUserSetting, IChatroomInfo, IChrmKVEntry, IChrmKVEntries, FileType, IUploadAuth, UploadMethod, IInsertMsgOptions, NotificationStatus, RTCMode, RTCJoinType, IRTCUserData, IJoinRTCRoomData, IRTCRoomInfo, IRTCUsers, RTCApiType, KVString, IRtcTokenData, ITagParam, ITagInfo, IConversationOption, IReceivedConversationByTag, ILocalTagStatus, IConversationTag, IServerRTCRoomEntry, RTCIdentityChangeType, IRTCJoinedInfo, IBaseConversationInfo, IConversationState, IReqRoomPKOptions, ICancelRoomPKOptions, IResRoomPKOptions, IEndRoomPKOptions, OperateStatus, IUltraMsgQueryOptions, IUltraExMsgOptions, IUltraModifyMsgOptions, IGetMsgOption, IRTCRoomBindOption, NotificationLevel } from '@rongcloud/engine';
|
|
2
2
|
|
|
3
3
|
declare class RCCppEngine extends AEngine {
|
|
4
4
|
constructor(runtime: IRuntime, watcher: IEngineWatcher, options: IAPIContextOption);
|
|
@@ -10,9 +10,9 @@ declare class RCCppEngine extends AEngine {
|
|
|
10
10
|
callExtra(method: string | keyof IExtraMethod, ...args: any[]): Promise<IAsyncRes<unknown>>;
|
|
11
11
|
private _send2Main;
|
|
12
12
|
private _callMainSync;
|
|
13
|
-
|
|
13
|
+
requestNaviInfo(uris: string[], appkey: string, token: string, checkCA?: boolean): Promise<INaviInfo | null>;
|
|
14
14
|
private _insertLog2IndexDB;
|
|
15
|
-
connect(token: string, naviInfo: INaviInfo, reconnectKickEnable?: boolean): Promise<ErrorCode>;
|
|
15
|
+
connect(token: string, naviInfo: INaviInfo, reconnectKickEnable?: boolean, traceId?: string): Promise<ErrorCode>;
|
|
16
16
|
reportSDKInfo(versionInfo: {
|
|
17
17
|
[name: string]: string;
|
|
18
18
|
}): void;
|
|
@@ -42,7 +42,7 @@ declare class RCCppEngine extends AEngine {
|
|
|
42
42
|
clearConversationMessageDraft(conversationType: ConversationType, targetId: string): Promise<ErrorCode>;
|
|
43
43
|
pullConversationStatus(timestamp: number): Promise<IAsyncRes<IServerConversationStatus[]>>;
|
|
44
44
|
batchSetConversationStatus(statusList: ISetConversationStatusOptions[]): Promise<ErrorCode>;
|
|
45
|
-
sendMessage(conversationType: ConversationType, targetId: string, options: ISendMsgOptions, onBefore?: (messageId: number) => void): IPromiseResult<IReceivedMessage>;
|
|
45
|
+
sendMessage(conversationType: ConversationType, targetId: string, options: ISendMsgOptions, onBefore?: (messageId: number) => void, traceId?: string): IPromiseResult<IReceivedMessage>;
|
|
46
46
|
sendReadReceiptMessage(targetId: string, messageUIds: string[], channelId?: string): Promise<IAsyncRes>;
|
|
47
47
|
getMessageReader(targetId: string, messageUId: string, channelId?: string): IPromiseResult<IMessageReaderResponse>;
|
|
48
48
|
disconnect(): void;
|
package/index.esm.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Logger as t,ANavi as e,VersionManage as n,ErrorCode as o,AEngine as r}from"@rongcloud/engine";import{request as a}from"http";import{Agent as i,request as s}from"https";import{ipcRenderer as c}from"electron";var l=function(t,e){return l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},l(t,e)};function u(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}l(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}function p(t,e,n,o){return new(n||(n=Promise))((function(r,a){function i(t){try{c(o.next(t))}catch(t){a(t)}}function s(t){try{c(o.throw(t))}catch(t){a(t)}}function c(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(i,s)}c((o=o.apply(t,e||[])).next())}))}function f(t,e){var n,o,r,a,i={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(a){return function(s){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,o&&(r=2&a[0]?o.return:a[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,a[1])).done)return r;switch(o=0,r&&(a=[2&a[0],r.value]),a[0]){case 0:case 1:r=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,o=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(r=i.trys,(r=r.length>0&&r[r.length-1])||6!==a[0]&&2!==a[0])){i=0;continue}if(3===a[0]&&(!r||a[1]>r[0]&&a[1]<r[3])){i.label=a[1];break}if(6===a[0]&&i.label<r[1]){i.label=r[1],r=a;break}if(r&&i.label<r[2]){i.label=r[2],i.ops.push(a);break}r[2]&&i.ops.pop(),i.trys.pop();continue}a=e.call(t,i)}catch(t){a=[6,t],o=0}finally{n=r=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,s])}}}function h(t,e,n){if(n||2===arguments.length)for(var o,r=0,a=e.length;r<a;r++)!o&&r in e||(o||(o=Array.prototype.slice.call(e,0,r)),o[r]=e[r]);return t.concat(o||Array.prototype.slice.call(e))}var y=new t("RCRenderer"),_=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return u(e,t),e.prototype._reqNavi=function(t,e,n,o){return void 0===o&&(o=!0),p(this,void 0,void 0,(function(){var r,c,l,u,p;return f(this,(function(h){switch(h.label){case 0:y.info("request navi -> token: ".concat(n,", appkey: ").concat(e)),r=function(r,l){var u,p,h,_,g;return f(this,(function(l){switch(l.label){case 0:return u="".concat(t[r],"/navi.json?r=").concat(Date.now()),p="token=".concat(encodeURIComponent(n),"&v=").concat(c._apiVersion,"&p=PC&ev=").concat("5.3.1"),[4,new Promise((function(t){var n=/^https/.test(u),r={headers:{appId:e},method:"POST"};n&&(r.rejectUnauthorized=o,r.agent=new i(r));var c=(n?s:a)(u,r,(function(e){var n=e.statusCode,o="";e.setEncoding("utf8"),e.on("data",(function(t){o+=t})),e.on("end",(function(){t({status:n||0,data:o})}))}));c.on("error",(function(e){y.error(e),t({status:0})})),c.write(p),c.end()}))];case 1:if(200!==(h=l.sent()).status)return y.error("request navi failed -> ".concat(u)),h.data&&y.error(h.data),[2,"continue"];y.info("request navi success -> ".concat(u));try{return _=JSON.parse(h.data),g=/^https/.test(u)?"https":"http",_.protocol=g,[2,{value:_}]}catch(t){y.error("parse navi err => ".concat(h.data))}return[2]}}))},c=this,l=0,u=t.length,h.label=1;case 1:return l<u?[5,r(l,u)]:[3,4];case 2:if("object"==typeof(p=h.sent()))return[2,p.value];h.label=3;case 3:return l+=1,[3,1];case 4:return[2,null]}}))}))},e}(e),g=0,M=Date.now(),C=function(t){var e=Date.now();return M!==e?(M=e,g=1):g+=1,[t,process.pid,Date.now(),g].join("__")};n.add("electron-renderer","5.3.1");var d=function(t){function e(e,n,o){var r=t.call(this,e,n,o)||this;return r._resolveMaps={},y.setLogLevel(o.logLevel),y.setLogStdout(o.logStdout),c.on("__RC_CHANNEL_NOTIFICATION_FROM_MAIN__",(function(t,e){for(var o=[],r=2;r<arguments.length;r++)o[r-2]=arguments[r];var a=n[e];if(a)if("batchMessage"===e){var i=a,s=o[0].hasMoreMsg;delete o[0].hasMoreMsg,i([o[0]],void 0,s)}else if("onRTCDataChange"===e){i=a;var c=o[0][0].roomId;i(o[0],c)}else a(o[0]);else console.error.apply(console,h(["unknown notification type: ".concat(e),e],o,!1))})),c.on("__RC_CHANNEL_RESULT_FROM_MAIN__",(function(t,e){for(var n=[],o=2;o<arguments.length;o++)n[o-2]=arguments[o];y.info.apply(y,h(["__RC_CHANNEL_RESULT_FROM_MAIN__",e],n,!1));var a=r._resolveMaps[e];a&&(delete r._resolveMaps[e],a.apply(void 0,n))})),c.on("__RC_CHANNEL_CALL_RENDER__",(function(t,e){for(var n=[],o=2;o<arguments.length;o++)n[o-2]=arguments[o];r[e].apply(r,n)})),c.send("__RC_INNER_COMMAND_INIT__",r._options),r}return u(e,t),e.prototype.setUserStatusListener=function(t,e){throw new Error("TODO -> setUserStatusListener")},e.prototype._callMain=function(t){for(var e=this,n=[],o=1;o<arguments.length;o++)n[o-1]=arguments[o];var r=new Promise((function(o){var r=C(t);e._resolveMaps[r]=o,y.info.apply(y,h(["__RC_CHANNEL_CALL_MAIN__",r,t],n,!1)),c.send.apply(c,h(["__RC_CHANNEL_CALL_MAIN__",r,t],n,!1))}));return r},e.prototype.callExtra=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return this._callMain.apply(this,h(["callExtra",t],e,!1))},e.prototype._send2Main=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];y.info.apply(y,h(["__RC_CHANNEL_SEND_2_MAIN__",t],e,!1)),c.send.apply(c,h(["__RC_CHANNEL_SEND_2_MAIN__",t],e,!1))},e.prototype._callMainSync=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return y.info.apply(y,h(["__RC_CHANNEL_CALL_MAIN_SYNC__",t],e,!1)),c.sendSync.apply(c,h(["__RC_CHANNEL_CALL_MAIN_SYNC__",t],e,!1))},e.prototype._createNavi=function(){return new _(this.runtime,this._options)},e.prototype._insertLog2IndexDB=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=t[0],o=t[1],r=t[2];y.__pushLocalLog(n,o,r)},e.prototype.connect=function(t,e,n){return this.currentUserId=e.userId,this._callMain("connect",t,e,n)},e.prototype.reportSDKInfo=function(t){this._callMain("reportSDKInfo",t)},e.prototype.getConnectedTime=function(){return this._callMainSync("getConnectedTime")},e.prototype.getHistoryMessage=function(t,e,n,o,r,a,i){return this._callMain("getHistoryMessage",t,e,n,o,r,a,i)},e.prototype.deleteRemoteMessage=function(t,e,n,o){return this._callMain("deleteRemoteMessage",t,e,n,o)},e.prototype.recallMsg=function(t,e,n,o,r){return this._callMain("recallMsg",t,e,n,o,r)},e.prototype.deleteRemoteMessageByTimestamp=function(t,e,n,o){return this._callMain("deleteRemoteMessageByTimestamp",t,e,n,o)},e.prototype.getConversationList=function(t,e,n,o,r){return this._callMain("getConversationList",t,e,n,o,r)},e.prototype.getConversationListWithAllChannel=function(){return this._callMain("getConversationListWithAllChannel")},e.prototype.getConversationListWithAllChannelByPage=function(t,e){return this._callMain("getConversationListWithAllChannelByPage",t,e)},e.prototype.getConversation=function(t,e,n){return this._callMain("getConversation",t,e,n)},e.prototype.removeConversation=function(t,e,n){return this._callMain("removeConversation",t,e,n)},e.prototype.getAllConversationUnreadCount=function(t,e,n){return this._callMain("getAllConversationUnreadCount",t,e,n)},e.prototype.getConversationUnreadCount=function(t,e,n){return this._callMain("getConversationUnreadCount",t,e,n)},e.prototype.clearConversationUnreadCount=function(t,e,n){return this._callMain("clearConversationUnreadCount",t,e,n)},e.prototype.getFirstUnreadMessage=function(t,e,n){return this._callMain("getFirstUnreadMessage",t,e,n)},e.prototype.saveConversationMessageDraft=function(t,e,n){return this._callMain("saveConversationMessageDraft",t,e,n)},e.prototype.getConversationMessageDraft=function(t,e){return this._callMain("getConversationMessageDraft",t,e)},e.prototype.clearConversationMessageDraft=function(t,e){return this._callMain("clearConversationMessageDraft",t,e)},e.prototype.pullConversationStatus=function(t){return this._callMain("pullConversationStatus",t)},e.prototype.batchSetConversationStatus=function(t){return this._callMain("batchSetConversationStatus",t)},e.prototype.sendMessage=function(t,e,n,o){var r=["sendMessageBefore",Date.now(),Math.floor(Math.random()*Date.now())].join("_");return o&&(this._resolveMaps[r]=function(t){try{o(t)}catch(t){y.error(t)}}),this._callMain("sendMessage",t,e,n,r)},e.prototype.sendReadReceiptMessage=function(t,e,n){return this._callMain("sendReadReceiptMessage",t,e,n)},e.prototype.getMessageReader=function(t,e,n){return this._callMain("getMessageReader",t,e,n)},e.prototype.disconnect=function(){this._send2Main("disconnect")},e.prototype.pullUserSettings=function(t){return this._callMain("pullUserSettings",t)},e.prototype.registerMessageType=function(t,e,n,o){this._send2Main("registerMessageType",t,e,n,o)},e.prototype.joinChatroom=function(t,e){return this._callMain("joinChatroom",t,e)},e.prototype.joinExistChatroom=function(t,e){return this._callMain("joinExistChatroom",t,e)},e.prototype.quitChatroom=function(t){return this._callMain("quitChatroom",t)},e.prototype.getChatroomInfo=function(t,e,n){return this._callMain("getChatroomInfo",t,e,n)},e.prototype.getChatroomHistoryMessages=function(t,e,n,o){return this._callMain("getChatroomHistoryMessages",t,e,n,o)},e.prototype.setChatroomEntry=function(t,e){return this._callMain("setChatroomEntry",t,e)},e.prototype.setChatroomEntries=function(t,e){return this._callMain("setChatroomEntries",t,e)},e.prototype.forceSetChatroomEntry=function(t,e){return this._callMain("forceSetChatroomEntry",t,e)},e.prototype.removeChatroomEntry=function(t,e){return this._callMain("removeChatroomEntry",t,e)},e.prototype.forceRemoveChatroomEntry=function(t,e){return this._callMain("forceRemoveChatroomEntry",t,e)},e.prototype.removeChatroomEntries=function(t,e){return this._callMain("removeChatroomEntries",t,e)},e.prototype.getChatroomEntry=function(t,e){return this._callMain("getChatroomEntry",t,e)},e.prototype.getAllChatroomEntry=function(t){return this._callMain("getAllChatroomEntry",t)},e.prototype.getFileToken=function(t,e,n,o){return this._callMain("getFileToken",t,e,n,o)},e.prototype.getFileUrl=function(t,e,n,o){return this._callMain("getFileUrl",t,e,n,o)},e.prototype.setUserStatus=function(t){return this._callMain("setUserStatus",t)},e.prototype.subscribeUserStatus=function(t){return this._callMain("subscribeUserStatus",t)},e.prototype.getUserStatus=function(t){return this._callMain("getUserStatus",t)},e.prototype.clearConversations=function(t,e){return this._callMain("clearConversations",t,e)},e.prototype.addToBlacklist=function(t){return this._callMain("addToBlacklist",t)},e.prototype.removeFromBlacklist=function(t){return this._callMain("removeFromBlacklist",t)},e.prototype.getBlacklist=function(){return this._callMain("getBlacklist")},e.prototype.getBlacklistStatus=function(t){return this._callMain("getBlacklistStatus",t)},e.prototype.insertMessage=function(t,e,n){return this._callMain("insertMessage",t,e,n)},e.prototype.deleteMessages=function(t){return this._callMain("deleteMessages",t)},e.prototype.deleteMessagesByTimestamp=function(t,e,n,o,r){return this._callMain("deleteMessagesByTimestamp",t,e,n,o,r)},e.prototype.clearMessages=function(t,e,n){return this._callMain("clearMessages",t,e,n)},e.prototype.getMessage=function(t){return this._callMain("getMessage",t)},e.prototype.setMessageContent=function(t,e,n){return this._callMain("setMessageContent",t,e,n)},e.prototype.setMessageSearchField=function(t,e,n){return this._callMain("setMessageSearchField",t,e,n)},e.prototype.searchConversationByContent=function(t,e,n,o){return this._callMain("searchConversationByContent",t,e,n,o)},e.prototype.searchMessageByContent=function(t,e,n,o,r,a,i){return this._callMain("searchMessageByContent",t,e,n,o,r,a,i)},e.prototype.getUnreadMentionedMessages=function(t,e,n){return this._callMainSync("getUnreadMentionedMessages",t,e,n)},e.prototype.setMessageSentStatus=function(t,e){return this._callMain("setMessageSentStatus",t,e)},e.prototype.setMessageReceivedStatus=function(t,e){return this._callMain("setMessageReceivedStatus",t,e)},e.prototype.clearUnreadCountByTimestamp=function(t,e,n,o){return this._callMain("clearUnreadCountByTimestamp",t,e,n,o)},e.prototype.clearAllUnreadCount=function(){throw new Error("Method not implemented.")},e.prototype.getConversationNotificationStatus=function(t,e,n){return this._callMain("getConversationNotificationStatus",t,e,n)},e.prototype.getRemoteHistoryMessages=function(t,e,n,o,r,a){return this._callMain("getRemoteHistoryMessages",t,e,n,o,r,a)},e.prototype.getServerTime=function(){return this._callMainSync("getServerTime")},e.prototype.getDeviceId=function(){return this._callMainSync("getDeviceId")},e.prototype.getCurrentUserId=function(){return this._callMainSync("getCurrentUserId")},e.prototype.joinRTCRoom=function(t,e,n,o,r,a){return this._callMain("joinRTCRoom",t,e,n,o,r,a)},e.prototype.quitRTCRoom=function(t){return this._callMain("quitRTCRoom",t)},e.prototype.rtcPing=function(t,e,n){return this._callMain("rtcPing",t,e,n)},e.prototype.getRTCRoomInfo=function(t){return this._callMain("getRTCRoomInfo",t)},e.prototype.getRTCUserInfoList=function(t){return this._callMain("getRTCUserInfoList",t)},e.prototype.getRTCUserInfo=function(t){return this._callMain("getRTCUserInfo",t)},e.prototype.setRTCUserInfo=function(t,e,n){return this._callMain("setRTCUserInfo",t,e,n)},e.prototype.removeRTCUserInfo=function(t,e){return this._callMain("removeRTCUserInfo",t,e)},e.prototype.setRTCData=function(t,e,n,o,r,a){return this._callMain("setRTCData",t,e,n,o,r,a)},e.prototype.setRTCTotalRes=function(t,e,n,o,r){return this._callMain("setRTCTotalRes",t,e,n,o,r)},e.prototype.setRTCCDNUris=function(t,e,n){return this._callMain("setRTCCDNUris",t,e,n)},e.prototype.getRTCData=function(t,e,n,o){return this._callMain("getRTCData",t,e,n,o)},e.prototype.removeRTCData=function(t,e,n,o,r){return this._callMain("removeRTCData",t,e,n,o,r)},e.prototype.setRTCOutData=function(t,e,n,o){return this._callMain("setRTCOutData",t,e,n,o)},e.prototype.getRTCOutData=function(t,e){return this._callMain("getRTCOutData",t,e)},e.prototype.getRTCToken=function(t,e,n){return this._callMain("getRTCToken",t,e,n)},e.prototype.setRTCState=function(t,e){return this._callMain("setRTCState",t,e)},e.prototype.getRTCUserList=function(t){return this._callMain("getRTCUserList",t)},e.prototype.createTag=function(t){return this._callMain("createTag",t)},e.prototype.removeTag=function(t){return this._callMain("removeTag",t)},e.prototype.updateTag=function(t){return this._callMain("updateTag",t)},e.prototype.getTagList=function(){return this._callMain("getTagList")},e.prototype.addTagForConversations=function(t,e){return this._callMain("addTagForConversations",t,e)},e.prototype.removeTagForConversations=function(t,e){return this._callMain("removeTagForConversations",t,e)},e.prototype.removeTagsForConversation=function(t,e){return this._callMain("removeTagsForConversation",t,e)},e.prototype.getConversationListByTag=function(t,e,n,o){return this._callMain("getConversationListByTag",t,e,n,o)},e.prototype.getUnreadCountByTag=function(t,e){return this._callMain("getUnreadCountByTag",t,e)},e.prototype.setConversationStatusInTag=function(t,e,n){return this._callMain("setConversationStatusInTag",t,e,n)},e.prototype.getTagsForConversation=function(t){return this._callMain("getTagsForConversation",t)},e.prototype.joinLivingRoomAsAudience=function(t,e,n){return this._callMain("joinLivingRoomAsAudience",t,e,n)},e.prototype.quitLivingRoomAsAudience=function(t){return this._callMain("quitLivingRoomAsAudience",t)},e.prototype.rtcIdentityChange=function(t,e,n){return this._callMain("switchLivingRoomRole",t,e,n)},e.prototype.getRTCJoinedUserInfo=function(t){return this._callMain("getRTCJoinedUserInfo",t)},e.prototype.getBlockConversationList=function(){throw new Error("Method not implemented.")},e.prototype.getTopConversationList=function(){throw new Error("Method not implemented.")},e.prototype.getUnreadMentionedCount=function(t){throw new Error("Method not implemented.")},e.prototype.getAllUnreadMentionedCount=function(){throw new Error("Method not implemented.")},e.prototype.getAllConversationState=function(){throw new Error("Method not implemented.")},e.prototype.requestRoomPK=function(t){return this._callMain("requestRoomPK",t)},e.prototype.cancelRoomPK=function(t){return this._callMain("cancelRoomPK",t)},e.prototype.responseRoomPK=function(t){return this._callMain("responseRoomPK",t)},e.prototype.endRoomPK=function(t){return this._callMain("endRoomPK",t)},e.prototype.getUltraGroupList=function(){throw new Error("Method not implemented.")},e.prototype.getBlockUltraGroupList=function(){throw new Error("Method not implemented.")},e.prototype.getTopUltraGroupList=function(){throw new Error("Method not implemented.")},e.prototype.clearUltraUnreadcount=function(t,e){throw new Error("Method not implemented.")},e.prototype.getUltraGroupUnreadMentionedCountByTargetId=function(t){throw new Error("Method not implemented.")},e.prototype.sendUltraMessage=function(t,e){throw new Error("Method not implemented.")},e.prototype.sendUltraGroupTypingStatus=function(t,e){throw new Error("Method not implemented.")},e.prototype.getUltraGroupMessageListByMessageUId=function(t){throw new Error("Method not implemented.")},e.prototype.expandUltraMessage=function(t){throw new Error("Method not implemented.")},e.prototype.modifyMessage=function(t){throw new Error("Method not implemented.")},e.prototype.getUltraHistoryMsg=function(t,e){throw new Error("Method not implemented.")},e.prototype.bindRTCRoomForChatroom=function(t){return this._callMain("bindRTCRoomForChatroom",t)},e.prototype.getConversationNotificationLevel=function(t,e,n){return p(this,void 0,void 0,(function(){return f(this,(function(t){return[2,Promise.resolve({code:o.NOT_SUPPORT})]}))}))},e.prototype.getUltraGroupDefaultNotificationLevel=function(t,e){return Promise.resolve({code:o.NOT_SUPPORT})},e.prototype.getAllUltraGroupUnreadCount=function(){return Promise.resolve({code:o.NOT_SUPPORT})},e.prototype.getUltraGroupUnreadCountByTargetId=function(){return Promise.resolve({code:o.NOT_SUPPORT})},e.prototype.setUltraGroupDefaultNotificationLevel=function(){return Promise.resolve({code:o.NOT_SUPPORT})},e}(r);window&&(window.RCCppEngine=d);export{d as RCCppEngine};
|
|
1
|
+
import{Logger as t,VersionManage as e,logger as o,isUndefined as n,ErrorCode as r,AEngine as i}from"@rongcloud/engine";import{ipcRenderer as a}from"electron";var s=function(t,e){return s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},s(t,e)};function l(t,e,o,n){return new(o||(o=Promise))((function(r,i){function a(t){try{l(n.next(t))}catch(t){i(t)}}function s(t){try{l(n.throw(t))}catch(t){i(t)}}function l(t){var e;t.done?r(t.value):(e=t.value,e instanceof o?e:new o((function(t){t(e)}))).then(a,s)}l((n=n.apply(t,e||[])).next())}))}function c(t,e){var o,n,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(o)throw new TypeError("Generator is already executing.");for(;a;)try{if(o=1,n&&(r=2&i[0]?n.return:i[0]?n.throw||((r=n.return)&&r.call(n),0):n.next)&&!(r=r.call(n,i[1])).done)return r;switch(n=0,r&&(i=[2&i[0],r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=a.trys,(r=r.length>0&&r[r.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]<r[3])){a.label=i[1];break}if(6===i[0]&&a.label<r[1]){a.label=r[1],r=i;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(i);break}r[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],n=0}finally{o=r=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}function u(t,e,o){if(o||2===arguments.length)for(var n,r=0,i=e.length;r<i;r++)!n&&r in e||(n||(n=Array.prototype.slice.call(e,0,r)),n[r]=e[r]);return t.concat(n||Array.prototype.slice.call(e))}var p=new t("RCRenderer"),f=0,h=Date.now(),y=function(t){var e=Date.now();return h!==e&&(h=e,f=0),[t,process.pid,e,f++].join("__")};e.add("electron-renderer","5.3.4");var g=function(t){function e(e,n,r){var i=t.call(this,e,n,r)||this;return i._resolveMaps={},o.init({customLogPrint:r.logStdout,localLogLevel:r.logLevel}),p.setLogLevel(r.logLevel),p.setLogStdout(r.logStdout),a.on("__RC_CHANNEL_NOTIFICATION_FROM_MAIN__",(function(t,e){for(var o=[],r=2;r<arguments.length;r++)o[r-2]=arguments[r];var i=n[e];if(i)if("batchMessage"===e){var a=i,s=o[0].hasMoreMsg;delete o[0].hasMoreMsg,a([o[0]],void 0,s)}else if("onRTCDataChange"===e){a=i;var l=o[0][0].roomId;a(o[0],l)}else i(o[0]);else console.error.apply(console,u(["unknown notification type: ".concat(e),e],o,!1))})),a.on("__RC_CHANNEL_RESULT_FROM_MAIN__",(function(t,e){for(var o=[],n=2;n<arguments.length;n++)o[n-2]=arguments[n];p.info.apply(p,u(["__RC_CHANNEL_RESULT_FROM_MAIN__",e],o,!1));var r=i._resolveMaps[e];r&&(delete i._resolveMaps[e],r.apply(void 0,o))})),a.on("__RC_CHANNEL_CALL_RENDER__",(function(t,e){for(var o=[],n=2;n<arguments.length;n++)o[n-2]=arguments[n];i[e].apply(i,o)})),a.send("__RC_INNER_COMMAND_INIT__",i._options),i}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function o(){this.constructor=t}s(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}(e,t),e.prototype.setUserStatusListener=function(t,e){throw new Error("TODO -> setUserStatusListener")},e.prototype._callMain=function(t){for(var e=this,o=[],n=1;n<arguments.length;n++)o[n-1]=arguments[n];var r=new Promise((function(n){var r=y(t);e._resolveMaps[r]=n,p.info.apply(p,u(["__RC_CHANNEL_CALL_MAIN__",r,t],o,!1)),a.send.apply(a,u(["__RC_CHANNEL_CALL_MAIN__",r,t],o,!1))}));return r},e.prototype.callExtra=function(t){for(var e=[],o=1;o<arguments.length;o++)e[o-1]=arguments[o];return this._callMain.apply(this,u(["callExtra",t],e,!1))},e.prototype._send2Main=function(t){for(var e=[],o=1;o<arguments.length;o++)e[o-1]=arguments[o];p.info.apply(p,u(["__RC_CHANNEL_SEND_2_MAIN__",t],e,!1)),a.send.apply(a,u(["__RC_CHANNEL_SEND_2_MAIN__",t],e,!1))},e.prototype._callMainSync=function(t){for(var e=[],o=1;o<arguments.length;o++)e[o-1]=arguments[o];return p.info.apply(p,u(["__RC_CHANNEL_CALL_MAIN_SYNC__",t],e,!1)),a.sendSync.apply(a,u(["__RC_CHANNEL_CALL_MAIN_SYNC__",t],e,!1))},e.prototype.requestNaviInfo=function(t,e,o,n){return void 0===n&&(n=!0),l(this,void 0,void 0,(function(){return c(this,(function(r){return[2,this._callMain("requestNaviInfo",t,e,o,n)]}))}))},e.prototype._insertLog2IndexDB=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=t[0],r=t[1],i=t[2],a=t[3];o.insertIntoLogCache(n,i,r,a)},e.prototype.connect=function(t,e,o,n){return this._callMain("connect",t,e,o,n)},e.prototype.reportSDKInfo=function(t){this._callMain("reportSDKInfo",t)},e.prototype.getConnectedTime=function(){return this._callMainSync("getConnectedTime")},e.prototype.getHistoryMessage=function(t,e,o,n,r,i,a){return this._callMain("getHistoryMessage",t,e,o,n,r,i,a)},e.prototype.deleteRemoteMessage=function(t,e,o,n){return this._callMain("deleteRemoteMessage",t,e,o,n)},e.prototype.recallMsg=function(t,e,o,n,r){return this._callMain("recallMsg",t,e,o,n,r)},e.prototype.deleteRemoteMessageByTimestamp=function(t,e,o,n){return this._callMain("deleteRemoteMessageByTimestamp",t,e,o,n)},e.prototype.getConversationList=function(t,e,o,n,r){return this._callMain("getConversationList",t,e,o,n,r)},e.prototype.getConversationListWithAllChannel=function(){return this._callMain("getConversationListWithAllChannel")},e.prototype.getConversationListWithAllChannelByPage=function(t,e){return this._callMain("getConversationListWithAllChannelByPage",t,e)},e.prototype.getConversation=function(t,e,o){return this._callMain("getConversation",t,e,o)},e.prototype.removeConversation=function(t,e,o){return this._callMain("removeConversation",t,e,o)},e.prototype.getAllConversationUnreadCount=function(t,e,o){return this._callMain("getAllConversationUnreadCount",t,e,o)},e.prototype.getConversationUnreadCount=function(t,e,o){return this._callMain("getConversationUnreadCount",t,e,o)},e.prototype.clearConversationUnreadCount=function(t,e,o){return this._callMain("clearConversationUnreadCount",t,e,o)},e.prototype.getFirstUnreadMessage=function(t,e,o){return this._callMain("getFirstUnreadMessage",t,e,o)},e.prototype.saveConversationMessageDraft=function(t,e,o){return this._callMain("saveConversationMessageDraft",t,e,o)},e.prototype.getConversationMessageDraft=function(t,e){return this._callMain("getConversationMessageDraft",t,e)},e.prototype.clearConversationMessageDraft=function(t,e){return this._callMain("clearConversationMessageDraft",t,e)},e.prototype.pullConversationStatus=function(t){return this._callMain("pullConversationStatus",t)},e.prototype.batchSetConversationStatus=function(t){var e=t[0].notificationLevel;return n(e)?this._callMain("batchSetConversationStatus",t):Promise.resolve(r.NOT_SUPPORT)},e.prototype.sendMessage=function(t,e,o,n,r){var i=["sendMessageBefore",Date.now(),Math.floor(Math.random()*Date.now())].join("_");return n&&(this._resolveMaps[i]=function(t){try{n(t)}catch(t){p.error(t)}}),this._callMain("sendMessage",t,e,o,void 0,r,i)},e.prototype.sendReadReceiptMessage=function(t,e,o){return this._callMain("sendReadReceiptMessage",t,e,o)},e.prototype.getMessageReader=function(t,e,o){return this._callMain("getMessageReader",t,e,o)},e.prototype.disconnect=function(){this._send2Main("disconnect")},e.prototype.pullUserSettings=function(t){return this._callMain("pullUserSettings",t)},e.prototype.registerMessageType=function(t,e,o,n){this._send2Main("registerMessageType",t,e,o,n)},e.prototype.joinChatroom=function(t,e){return this._callMain("joinChatroom",t,e)},e.prototype.joinExistChatroom=function(t,e){return this._callMain("joinExistChatroom",t,e)},e.prototype.quitChatroom=function(t){return this._callMain("quitChatroom",t)},e.prototype.getChatroomInfo=function(t,e,o){return this._callMain("getChatroomInfo",t,e,o)},e.prototype.getChatroomHistoryMessages=function(t,e,o,n){return this._callMain("getChatroomHistoryMessages",t,e,o,n)},e.prototype.setChatroomEntry=function(t,e){return this._callMain("setChatroomEntry",t,e)},e.prototype.setChatroomEntries=function(t,e){return this._callMain("setChatroomEntries",t,e)},e.prototype.forceSetChatroomEntry=function(t,e){return this._callMain("forceSetChatroomEntry",t,e)},e.prototype.removeChatroomEntry=function(t,e){return this._callMain("removeChatroomEntry",t,e)},e.prototype.forceRemoveChatroomEntry=function(t,e){return this._callMain("forceRemoveChatroomEntry",t,e)},e.prototype.removeChatroomEntries=function(t,e){return this._callMain("removeChatroomEntries",t,e)},e.prototype.getChatroomEntry=function(t,e){return this._callMain("getChatroomEntry",t,e)},e.prototype.getAllChatroomEntry=function(t){return this._callMain("getAllChatroomEntry",t)},e.prototype.getFileToken=function(t,e,o,n){return this._callMain("getFileToken",t,e,o,n)},e.prototype.getFileUrl=function(t,e,o,n){return this._callMain("getFileUrl",t,e,o,n)},e.prototype.setUserStatus=function(t){return this._callMain("setUserStatus",t)},e.prototype.subscribeUserStatus=function(t){return this._callMain("subscribeUserStatus",t)},e.prototype.getUserStatus=function(t){return this._callMain("getUserStatus",t)},e.prototype.clearConversations=function(t,e){return this._callMain("clearConversations",t,e)},e.prototype.addToBlacklist=function(t){return this._callMain("addToBlacklist",t)},e.prototype.removeFromBlacklist=function(t){return this._callMain("removeFromBlacklist",t)},e.prototype.getBlacklist=function(){return this._callMain("getBlacklist")},e.prototype.getBlacklistStatus=function(t){return this._callMain("getBlacklistStatus",t)},e.prototype.insertMessage=function(t,e,o){return this._callMain("insertMessage",t,e,o)},e.prototype.deleteMessages=function(t){return this._callMain("deleteMessages",t)},e.prototype.deleteMessagesByTimestamp=function(t,e,o,n,r){return this._callMain("deleteMessagesByTimestamp",t,e,o,n,r)},e.prototype.clearMessages=function(t,e,o){return this._callMain("clearMessages",t,e,o)},e.prototype.getMessage=function(t){return this._callMain("getMessage",t)},e.prototype.setMessageContent=function(t,e,o){return this._callMain("setMessageContent",t,e,o)},e.prototype.setMessageSearchField=function(t,e,o){return this._callMain("setMessageSearchField",t,e,o)},e.prototype.searchConversationByContent=function(t,e,o,n){return this._callMain("searchConversationByContent",t,e,o,n)},e.prototype.searchMessageByContent=function(t,e,o,n,r,i,a){return this._callMain("searchMessageByContent",t,e,o,n,r,i,a)},e.prototype.getUnreadMentionedMessages=function(t,e,o){return this._callMainSync("getUnreadMentionedMessages",t,e,o)},e.prototype.setMessageSentStatus=function(t,e){return this._callMain("setMessageSentStatus",t,e)},e.prototype.setMessageReceivedStatus=function(t,e){return this._callMain("setMessageReceivedStatus",t,e)},e.prototype.clearUnreadCountByTimestamp=function(t,e,o,n){return this._callMain("clearUnreadCountByTimestamp",t,e,o,n)},e.prototype.clearAllUnreadCount=function(){throw new Error("Method not implemented.")},e.prototype.getConversationNotificationStatus=function(t,e,o){return this._callMain("getConversationNotificationStatus",t,e,o)},e.prototype.getRemoteHistoryMessages=function(t,e,o,n,r,i){return this._callMain("getRemoteHistoryMessages",t,e,o,n,r,i)},e.prototype.getServerTime=function(){return this._callMainSync("getServerTime")},e.prototype.getDeviceId=function(){return this._callMainSync("getDeviceId")},e.prototype.getCurrentUserId=function(){return this._callMainSync("getCurrentUserId")},e.prototype.joinRTCRoom=function(t,e,o,n,r,i){return this._callMain("joinRTCRoom",t,e,o,n,r,i)},e.prototype.quitRTCRoom=function(t){return this._callMain("quitRTCRoom",t)},e.prototype.rtcPing=function(t,e,o){return this._callMain("rtcPing",t,e,o)},e.prototype.getRTCRoomInfo=function(t){return this._callMain("getRTCRoomInfo",t)},e.prototype.getRTCUserInfoList=function(t){return this._callMain("getRTCUserInfoList",t)},e.prototype.getRTCUserInfo=function(t){return this._callMain("getRTCUserInfo",t)},e.prototype.setRTCUserInfo=function(t,e,o){return this._callMain("setRTCUserInfo",t,e,o)},e.prototype.removeRTCUserInfo=function(t,e){return this._callMain("removeRTCUserInfo",t,e)},e.prototype.setRTCData=function(t,e,o,n,r,i){return this._callMain("setRTCData",t,e,o,n,r,i)},e.prototype.setRTCTotalRes=function(t,e,o,n,r){return this._callMain("setRTCTotalRes",t,e,o,n,r)},e.prototype.setRTCCDNUris=function(t,e,o){return this._callMain("setRTCCDNUris",t,e,o)},e.prototype.getRTCData=function(t,e,o,n){return this._callMain("getRTCData",t,e,o,n)},e.prototype.removeRTCData=function(t,e,o,n,r){return this._callMain("removeRTCData",t,e,o,n,r)},e.prototype.setRTCOutData=function(t,e,o,n){return this._callMain("setRTCOutData",t,e,o,n)},e.prototype.getRTCOutData=function(t,e){return this._callMain("getRTCOutData",t,e)},e.prototype.getRTCToken=function(t,e,o){return this._callMain("getRTCToken",t,e,o)},e.prototype.setRTCState=function(t,e){return this._callMain("setRTCState",t,e)},e.prototype.getRTCUserList=function(t){return this._callMain("getRTCUserList",t)},e.prototype.createTag=function(t){return this._callMain("createTag",t)},e.prototype.removeTag=function(t){return this._callMain("removeTag",t)},e.prototype.updateTag=function(t){return this._callMain("updateTag",t)},e.prototype.getTagList=function(){return this._callMain("getTagList")},e.prototype.addTagForConversations=function(t,e){return this._callMain("addTagForConversations",t,e)},e.prototype.removeTagForConversations=function(t,e){return this._callMain("removeTagForConversations",t,e)},e.prototype.removeTagsForConversation=function(t,e){return this._callMain("removeTagsForConversation",t,e)},e.prototype.getConversationListByTag=function(t,e,o,n){return this._callMain("getConversationListByTag",t,e,o,n)},e.prototype.getUnreadCountByTag=function(t,e){return this._callMain("getUnreadCountByTag",t,e)},e.prototype.setConversationStatusInTag=function(t,e,o){return this._callMain("setConversationStatusInTag",t,e,o)},e.prototype.getTagsForConversation=function(t){return this._callMain("getTagsForConversation",t)},e.prototype.joinLivingRoomAsAudience=function(t,e,o){return this._callMain("joinLivingRoomAsAudience",t,e,o)},e.prototype.quitLivingRoomAsAudience=function(t){return this._callMain("quitLivingRoomAsAudience",t)},e.prototype.rtcIdentityChange=function(t,e,o){return this._callMain("switchLivingRoomRole",t,e,o)},e.prototype.getRTCJoinedUserInfo=function(t){return this._callMain("getRTCJoinedUserInfo",t)},e.prototype.getBlockConversationList=function(){throw new Error("Method not implemented.")},e.prototype.getTopConversationList=function(){throw new Error("Method not implemented.")},e.prototype.getUnreadMentionedCount=function(t){throw new Error("Method not implemented.")},e.prototype.getAllUnreadMentionedCount=function(){throw new Error("Method not implemented.")},e.prototype.getAllConversationState=function(){throw new Error("Method not implemented.")},e.prototype.requestRoomPK=function(t){return this._callMain("requestRoomPK",t)},e.prototype.cancelRoomPK=function(t){return this._callMain("cancelRoomPK",t)},e.prototype.responseRoomPK=function(t){return this._callMain("responseRoomPK",t)},e.prototype.endRoomPK=function(t){return this._callMain("endRoomPK",t)},e.prototype.getUltraGroupList=function(){throw new Error("Method not implemented.")},e.prototype.getBlockUltraGroupList=function(){throw new Error("Method not implemented.")},e.prototype.getTopUltraGroupList=function(){throw new Error("Method not implemented.")},e.prototype.clearUltraUnreadcount=function(t,e){throw new Error("Method not implemented.")},e.prototype.getUltraGroupUnreadMentionedCountByTargetId=function(t){throw new Error("Method not implemented.")},e.prototype.sendUltraMessage=function(t,e){throw new Error("Method not implemented.")},e.prototype.sendUltraGroupTypingStatus=function(t,e){throw new Error("Method not implemented.")},e.prototype.getUltraGroupMessageListByMessageUId=function(t){throw new Error("Method not implemented.")},e.prototype.expandUltraMessage=function(t){throw new Error("Method not implemented.")},e.prototype.modifyMessage=function(t){throw new Error("Method not implemented.")},e.prototype.getUltraHistoryMsg=function(t,e){throw new Error("Method not implemented.")},e.prototype.bindRTCRoomForChatroom=function(t){return this._callMain("bindRTCRoomForChatroom",t)},e.prototype.getConversationNotificationLevel=function(t,e,o){return l(this,void 0,void 0,(function(){return c(this,(function(t){return[2,Promise.resolve({code:r.NOT_SUPPORT})]}))}))},e.prototype.getUltraGroupDefaultNotificationLevel=function(t,e){return Promise.resolve({code:r.NOT_SUPPORT})},e.prototype.getAllUltraGroupUnreadCount=function(){return Promise.resolve({code:r.NOT_SUPPORT})},e.prototype.getUltraGroupUnreadCountByTargetId=function(){return Promise.resolve({code:r.NOT_SUPPORT})},e.prototype.setUltraGroupDefaultNotificationLevel=function(){return Promise.resolve({code:r.NOT_SUPPORT})},e}(i);window&&(window.RCCppEngine=g);export{g as RCCppEngine};
|
package/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("@rongcloud/engine"),e=require("http"),n=require("https"),o=require("electron"),r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},r(t,e)};function i(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}function a(t,e,n,o){return new(n||(n=Promise))((function(r,i){function a(t){try{c(o.next(t))}catch(t){i(t)}}function s(t){try{c(o.throw(t))}catch(t){i(t)}}function c(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}c((o=o.apply(t,e||[])).next())}))}function s(t,e){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=2&i[0]?o.return:i[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[2&i[0],r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=a.trys,(r=r.length>0&&r[r.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]<r[3])){a.label=i[1];break}if(6===i[0]&&a.label<r[1]){a.label=r[1],r=i;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(i);break}r[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],o=0}finally{n=r=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}function c(t,e,n){if(n||2===arguments.length)for(var o,r=0,i=e.length;r<i;r++)!o&&r in e||(o||(o=Array.prototype.slice.call(e,0,r)),o[r]=e[r]);return t.concat(o||Array.prototype.slice.call(e))}var l=new t.Logger("RCRenderer"),u=function(t){function o(){return null!==t&&t.apply(this,arguments)||this}return i(o,t),o.prototype._reqNavi=function(t,o,r,i){return void 0===i&&(i=!0),a(this,void 0,void 0,(function(){var a,c,u,p,f;return s(this,(function(h){switch(h.label){case 0:l.info("request navi -> token: ".concat(r,", appkey: ").concat(o)),a=function(a,u){var p,f,h,y,g;return s(this,(function(s){switch(s.label){case 0:return p="".concat(t[a],"/navi.json?r=").concat(Date.now()),f="token=".concat(encodeURIComponent(r),"&v=").concat(c._apiVersion,"&p=PC&ev=").concat("5.3.1"),[4,new Promise((function(t){var r=/^https/.test(p),a={headers:{appId:o},method:"POST"};r&&(a.rejectUnauthorized=i,a.agent=new n.Agent(a));var s=(r?n.request:e.request)(p,a,(function(e){var n=e.statusCode,o="";e.setEncoding("utf8"),e.on("data",(function(t){o+=t})),e.on("end",(function(){t({status:n||0,data:o})}))}));s.on("error",(function(e){l.error(e),t({status:0})})),s.write(f),s.end()}))];case 1:if(200!==(h=s.sent()).status)return l.error("request navi failed -> ".concat(p)),h.data&&l.error(h.data),[2,"continue"];l.info("request navi success -> ".concat(p));try{return y=JSON.parse(h.data),g=/^https/.test(p)?"https":"http",y.protocol=g,[2,{value:y}]}catch(t){l.error("parse navi err => ".concat(h.data))}return[2]}}))},c=this,u=0,p=t.length,h.label=1;case 1:return u<p?[5,a(u,p)]:[3,4];case 2:if("object"==typeof(f=h.sent()))return[2,f.value];h.label=3;case 3:return u+=1,[3,1];case 4:return[2,null]}}))}))},o}(t.ANavi),p=0,f=Date.now(),h=function(t){var e=Date.now();return f!==e?(f=e,p=1):p+=1,[t,process.pid,Date.now(),p].join("__")};t.VersionManage.add("electron-renderer","5.3.1");var y=function(e){function n(t,n,r){var i=e.call(this,t,n,r)||this;return i._resolveMaps={},l.setLogLevel(r.logLevel),l.setLogStdout(r.logStdout),o.ipcRenderer.on("__RC_CHANNEL_NOTIFICATION_FROM_MAIN__",(function(t,e){for(var o=[],r=2;r<arguments.length;r++)o[r-2]=arguments[r];var i=n[e];if(i)if("batchMessage"===e){var a=i,s=o[0].hasMoreMsg;delete o[0].hasMoreMsg,a([o[0]],void 0,s)}else if("onRTCDataChange"===e){a=i;var l=o[0][0].roomId;a(o[0],l)}else i(o[0]);else console.error.apply(console,c(["unknown notification type: ".concat(e),e],o,!1))})),o.ipcRenderer.on("__RC_CHANNEL_RESULT_FROM_MAIN__",(function(t,e){for(var n=[],o=2;o<arguments.length;o++)n[o-2]=arguments[o];l.info.apply(l,c(["__RC_CHANNEL_RESULT_FROM_MAIN__",e],n,!1));var r=i._resolveMaps[e];r&&(delete i._resolveMaps[e],r.apply(void 0,n))})),o.ipcRenderer.on("__RC_CHANNEL_CALL_RENDER__",(function(t,e){for(var n=[],o=2;o<arguments.length;o++)n[o-2]=arguments[o];i[e].apply(i,n)})),o.ipcRenderer.send("__RC_INNER_COMMAND_INIT__",i._options),i}return i(n,e),n.prototype.setUserStatusListener=function(t,e){throw new Error("TODO -> setUserStatusListener")},n.prototype._callMain=function(t){for(var e=this,n=[],r=1;r<arguments.length;r++)n[r-1]=arguments[r];var i=new Promise((function(r){var i=h(t);e._resolveMaps[i]=r,l.info.apply(l,c(["__RC_CHANNEL_CALL_MAIN__",i,t],n,!1)),o.ipcRenderer.send.apply(o.ipcRenderer,c(["__RC_CHANNEL_CALL_MAIN__",i,t],n,!1))}));return i},n.prototype.callExtra=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return this._callMain.apply(this,c(["callExtra",t],e,!1))},n.prototype._send2Main=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];l.info.apply(l,c(["__RC_CHANNEL_SEND_2_MAIN__",t],e,!1)),o.ipcRenderer.send.apply(o.ipcRenderer,c(["__RC_CHANNEL_SEND_2_MAIN__",t],e,!1))},n.prototype._callMainSync=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return l.info.apply(l,c(["__RC_CHANNEL_CALL_MAIN_SYNC__",t],e,!1)),o.ipcRenderer.sendSync.apply(o.ipcRenderer,c(["__RC_CHANNEL_CALL_MAIN_SYNC__",t],e,!1))},n.prototype._createNavi=function(){return new u(this.runtime,this._options)},n.prototype._insertLog2IndexDB=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=t[0],o=t[1],r=t[2];l.__pushLocalLog(n,o,r)},n.prototype.connect=function(t,e,n){return this.currentUserId=e.userId,this._callMain("connect",t,e,n)},n.prototype.reportSDKInfo=function(t){this._callMain("reportSDKInfo",t)},n.prototype.getConnectedTime=function(){return this._callMainSync("getConnectedTime")},n.prototype.getHistoryMessage=function(t,e,n,o,r,i,a){return this._callMain("getHistoryMessage",t,e,n,o,r,i,a)},n.prototype.deleteRemoteMessage=function(t,e,n,o){return this._callMain("deleteRemoteMessage",t,e,n,o)},n.prototype.recallMsg=function(t,e,n,o,r){return this._callMain("recallMsg",t,e,n,o,r)},n.prototype.deleteRemoteMessageByTimestamp=function(t,e,n,o){return this._callMain("deleteRemoteMessageByTimestamp",t,e,n,o)},n.prototype.getConversationList=function(t,e,n,o,r){return this._callMain("getConversationList",t,e,n,o,r)},n.prototype.getConversationListWithAllChannel=function(){return this._callMain("getConversationListWithAllChannel")},n.prototype.getConversationListWithAllChannelByPage=function(t,e){return this._callMain("getConversationListWithAllChannelByPage",t,e)},n.prototype.getConversation=function(t,e,n){return this._callMain("getConversation",t,e,n)},n.prototype.removeConversation=function(t,e,n){return this._callMain("removeConversation",t,e,n)},n.prototype.getAllConversationUnreadCount=function(t,e,n){return this._callMain("getAllConversationUnreadCount",t,e,n)},n.prototype.getConversationUnreadCount=function(t,e,n){return this._callMain("getConversationUnreadCount",t,e,n)},n.prototype.clearConversationUnreadCount=function(t,e,n){return this._callMain("clearConversationUnreadCount",t,e,n)},n.prototype.getFirstUnreadMessage=function(t,e,n){return this._callMain("getFirstUnreadMessage",t,e,n)},n.prototype.saveConversationMessageDraft=function(t,e,n){return this._callMain("saveConversationMessageDraft",t,e,n)},n.prototype.getConversationMessageDraft=function(t,e){return this._callMain("getConversationMessageDraft",t,e)},n.prototype.clearConversationMessageDraft=function(t,e){return this._callMain("clearConversationMessageDraft",t,e)},n.prototype.pullConversationStatus=function(t){return this._callMain("pullConversationStatus",t)},n.prototype.batchSetConversationStatus=function(t){return this._callMain("batchSetConversationStatus",t)},n.prototype.sendMessage=function(t,e,n,o){var r=["sendMessageBefore",Date.now(),Math.floor(Math.random()*Date.now())].join("_");return o&&(this._resolveMaps[r]=function(t){try{o(t)}catch(t){l.error(t)}}),this._callMain("sendMessage",t,e,n,r)},n.prototype.sendReadReceiptMessage=function(t,e,n){return this._callMain("sendReadReceiptMessage",t,e,n)},n.prototype.getMessageReader=function(t,e,n){return this._callMain("getMessageReader",t,e,n)},n.prototype.disconnect=function(){this._send2Main("disconnect")},n.prototype.pullUserSettings=function(t){return this._callMain("pullUserSettings",t)},n.prototype.registerMessageType=function(t,e,n,o){this._send2Main("registerMessageType",t,e,n,o)},n.prototype.joinChatroom=function(t,e){return this._callMain("joinChatroom",t,e)},n.prototype.joinExistChatroom=function(t,e){return this._callMain("joinExistChatroom",t,e)},n.prototype.quitChatroom=function(t){return this._callMain("quitChatroom",t)},n.prototype.getChatroomInfo=function(t,e,n){return this._callMain("getChatroomInfo",t,e,n)},n.prototype.getChatroomHistoryMessages=function(t,e,n,o){return this._callMain("getChatroomHistoryMessages",t,e,n,o)},n.prototype.setChatroomEntry=function(t,e){return this._callMain("setChatroomEntry",t,e)},n.prototype.setChatroomEntries=function(t,e){return this._callMain("setChatroomEntries",t,e)},n.prototype.forceSetChatroomEntry=function(t,e){return this._callMain("forceSetChatroomEntry",t,e)},n.prototype.removeChatroomEntry=function(t,e){return this._callMain("removeChatroomEntry",t,e)},n.prototype.forceRemoveChatroomEntry=function(t,e){return this._callMain("forceRemoveChatroomEntry",t,e)},n.prototype.removeChatroomEntries=function(t,e){return this._callMain("removeChatroomEntries",t,e)},n.prototype.getChatroomEntry=function(t,e){return this._callMain("getChatroomEntry",t,e)},n.prototype.getAllChatroomEntry=function(t){return this._callMain("getAllChatroomEntry",t)},n.prototype.getFileToken=function(t,e,n,o){return this._callMain("getFileToken",t,e,n,o)},n.prototype.getFileUrl=function(t,e,n,o){return this._callMain("getFileUrl",t,e,n,o)},n.prototype.setUserStatus=function(t){return this._callMain("setUserStatus",t)},n.prototype.subscribeUserStatus=function(t){return this._callMain("subscribeUserStatus",t)},n.prototype.getUserStatus=function(t){return this._callMain("getUserStatus",t)},n.prototype.clearConversations=function(t,e){return this._callMain("clearConversations",t,e)},n.prototype.addToBlacklist=function(t){return this._callMain("addToBlacklist",t)},n.prototype.removeFromBlacklist=function(t){return this._callMain("removeFromBlacklist",t)},n.prototype.getBlacklist=function(){return this._callMain("getBlacklist")},n.prototype.getBlacklistStatus=function(t){return this._callMain("getBlacklistStatus",t)},n.prototype.insertMessage=function(t,e,n){return this._callMain("insertMessage",t,e,n)},n.prototype.deleteMessages=function(t){return this._callMain("deleteMessages",t)},n.prototype.deleteMessagesByTimestamp=function(t,e,n,o,r){return this._callMain("deleteMessagesByTimestamp",t,e,n,o,r)},n.prototype.clearMessages=function(t,e,n){return this._callMain("clearMessages",t,e,n)},n.prototype.getMessage=function(t){return this._callMain("getMessage",t)},n.prototype.setMessageContent=function(t,e,n){return this._callMain("setMessageContent",t,e,n)},n.prototype.setMessageSearchField=function(t,e,n){return this._callMain("setMessageSearchField",t,e,n)},n.prototype.searchConversationByContent=function(t,e,n,o){return this._callMain("searchConversationByContent",t,e,n,o)},n.prototype.searchMessageByContent=function(t,e,n,o,r,i,a){return this._callMain("searchMessageByContent",t,e,n,o,r,i,a)},n.prototype.getUnreadMentionedMessages=function(t,e,n){return this._callMainSync("getUnreadMentionedMessages",t,e,n)},n.prototype.setMessageSentStatus=function(t,e){return this._callMain("setMessageSentStatus",t,e)},n.prototype.setMessageReceivedStatus=function(t,e){return this._callMain("setMessageReceivedStatus",t,e)},n.prototype.clearUnreadCountByTimestamp=function(t,e,n,o){return this._callMain("clearUnreadCountByTimestamp",t,e,n,o)},n.prototype.clearAllUnreadCount=function(){throw new Error("Method not implemented.")},n.prototype.getConversationNotificationStatus=function(t,e,n){return this._callMain("getConversationNotificationStatus",t,e,n)},n.prototype.getRemoteHistoryMessages=function(t,e,n,o,r,i){return this._callMain("getRemoteHistoryMessages",t,e,n,o,r,i)},n.prototype.getServerTime=function(){return this._callMainSync("getServerTime")},n.prototype.getDeviceId=function(){return this._callMainSync("getDeviceId")},n.prototype.getCurrentUserId=function(){return this._callMainSync("getCurrentUserId")},n.prototype.joinRTCRoom=function(t,e,n,o,r,i){return this._callMain("joinRTCRoom",t,e,n,o,r,i)},n.prototype.quitRTCRoom=function(t){return this._callMain("quitRTCRoom",t)},n.prototype.rtcPing=function(t,e,n){return this._callMain("rtcPing",t,e,n)},n.prototype.getRTCRoomInfo=function(t){return this._callMain("getRTCRoomInfo",t)},n.prototype.getRTCUserInfoList=function(t){return this._callMain("getRTCUserInfoList",t)},n.prototype.getRTCUserInfo=function(t){return this._callMain("getRTCUserInfo",t)},n.prototype.setRTCUserInfo=function(t,e,n){return this._callMain("setRTCUserInfo",t,e,n)},n.prototype.removeRTCUserInfo=function(t,e){return this._callMain("removeRTCUserInfo",t,e)},n.prototype.setRTCData=function(t,e,n,o,r,i){return this._callMain("setRTCData",t,e,n,o,r,i)},n.prototype.setRTCTotalRes=function(t,e,n,o,r){return this._callMain("setRTCTotalRes",t,e,n,o,r)},n.prototype.setRTCCDNUris=function(t,e,n){return this._callMain("setRTCCDNUris",t,e,n)},n.prototype.getRTCData=function(t,e,n,o){return this._callMain("getRTCData",t,e,n,o)},n.prototype.removeRTCData=function(t,e,n,o,r){return this._callMain("removeRTCData",t,e,n,o,r)},n.prototype.setRTCOutData=function(t,e,n,o){return this._callMain("setRTCOutData",t,e,n,o)},n.prototype.getRTCOutData=function(t,e){return this._callMain("getRTCOutData",t,e)},n.prototype.getRTCToken=function(t,e,n){return this._callMain("getRTCToken",t,e,n)},n.prototype.setRTCState=function(t,e){return this._callMain("setRTCState",t,e)},n.prototype.getRTCUserList=function(t){return this._callMain("getRTCUserList",t)},n.prototype.createTag=function(t){return this._callMain("createTag",t)},n.prototype.removeTag=function(t){return this._callMain("removeTag",t)},n.prototype.updateTag=function(t){return this._callMain("updateTag",t)},n.prototype.getTagList=function(){return this._callMain("getTagList")},n.prototype.addTagForConversations=function(t,e){return this._callMain("addTagForConversations",t,e)},n.prototype.removeTagForConversations=function(t,e){return this._callMain("removeTagForConversations",t,e)},n.prototype.removeTagsForConversation=function(t,e){return this._callMain("removeTagsForConversation",t,e)},n.prototype.getConversationListByTag=function(t,e,n,o){return this._callMain("getConversationListByTag",t,e,n,o)},n.prototype.getUnreadCountByTag=function(t,e){return this._callMain("getUnreadCountByTag",t,e)},n.prototype.setConversationStatusInTag=function(t,e,n){return this._callMain("setConversationStatusInTag",t,e,n)},n.prototype.getTagsForConversation=function(t){return this._callMain("getTagsForConversation",t)},n.prototype.joinLivingRoomAsAudience=function(t,e,n){return this._callMain("joinLivingRoomAsAudience",t,e,n)},n.prototype.quitLivingRoomAsAudience=function(t){return this._callMain("quitLivingRoomAsAudience",t)},n.prototype.rtcIdentityChange=function(t,e,n){return this._callMain("switchLivingRoomRole",t,e,n)},n.prototype.getRTCJoinedUserInfo=function(t){return this._callMain("getRTCJoinedUserInfo",t)},n.prototype.getBlockConversationList=function(){throw new Error("Method not implemented.")},n.prototype.getTopConversationList=function(){throw new Error("Method not implemented.")},n.prototype.getUnreadMentionedCount=function(t){throw new Error("Method not implemented.")},n.prototype.getAllUnreadMentionedCount=function(){throw new Error("Method not implemented.")},n.prototype.getAllConversationState=function(){throw new Error("Method not implemented.")},n.prototype.requestRoomPK=function(t){return this._callMain("requestRoomPK",t)},n.prototype.cancelRoomPK=function(t){return this._callMain("cancelRoomPK",t)},n.prototype.responseRoomPK=function(t){return this._callMain("responseRoomPK",t)},n.prototype.endRoomPK=function(t){return this._callMain("endRoomPK",t)},n.prototype.getUltraGroupList=function(){throw new Error("Method not implemented.")},n.prototype.getBlockUltraGroupList=function(){throw new Error("Method not implemented.")},n.prototype.getTopUltraGroupList=function(){throw new Error("Method not implemented.")},n.prototype.clearUltraUnreadcount=function(t,e){throw new Error("Method not implemented.")},n.prototype.getUltraGroupUnreadMentionedCountByTargetId=function(t){throw new Error("Method not implemented.")},n.prototype.sendUltraMessage=function(t,e){throw new Error("Method not implemented.")},n.prototype.sendUltraGroupTypingStatus=function(t,e){throw new Error("Method not implemented.")},n.prototype.getUltraGroupMessageListByMessageUId=function(t){throw new Error("Method not implemented.")},n.prototype.expandUltraMessage=function(t){throw new Error("Method not implemented.")},n.prototype.modifyMessage=function(t){throw new Error("Method not implemented.")},n.prototype.getUltraHistoryMsg=function(t,e){throw new Error("Method not implemented.")},n.prototype.bindRTCRoomForChatroom=function(t){return this._callMain("bindRTCRoomForChatroom",t)},n.prototype.getConversationNotificationLevel=function(e,n,o){return a(this,void 0,void 0,(function(){return s(this,(function(e){return[2,Promise.resolve({code:t.ErrorCode.NOT_SUPPORT})]}))}))},n.prototype.getUltraGroupDefaultNotificationLevel=function(e,n){return Promise.resolve({code:t.ErrorCode.NOT_SUPPORT})},n.prototype.getAllUltraGroupUnreadCount=function(){return Promise.resolve({code:t.ErrorCode.NOT_SUPPORT})},n.prototype.getUltraGroupUnreadCountByTargetId=function(){return Promise.resolve({code:t.ErrorCode.NOT_SUPPORT})},n.prototype.setUltraGroupDefaultNotificationLevel=function(){return Promise.resolve({code:t.ErrorCode.NOT_SUPPORT})},n}(t.AEngine);window&&(window.RCCppEngine=y),exports.RCCppEngine=y;
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var t=require("@rongcloud/engine"),e=require("electron"),n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},n(t,e)};function o(t,e,n,o){return new(n||(n=Promise))((function(r,i){function a(t){try{l(o.next(t))}catch(t){i(t)}}function s(t){try{l(o.throw(t))}catch(t){i(t)}}function l(t){var e;t.done?r(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}l((o=o.apply(t,e||[])).next())}))}function r(t,e){var n,o,r,i,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,o&&(r=2&i[0]?o.return:i[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,i[1])).done)return r;switch(o=0,r&&(i=[2&i[0],r.value]),i[0]){case 0:case 1:r=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(r=a.trys,(r=r.length>0&&r[r.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!r||i[1]>r[0]&&i[1]<r[3])){a.label=i[1];break}if(6===i[0]&&a.label<r[1]){a.label=r[1],r=i;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(i);break}r[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],o=0}finally{n=r=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}function i(t,e,n){if(n||2===arguments.length)for(var o,r=0,i=e.length;r<i;r++)!o&&r in e||(o||(o=Array.prototype.slice.call(e,0,r)),o[r]=e[r]);return t.concat(o||Array.prototype.slice.call(e))}var a=new t.Logger("RCRenderer"),s=0,l=Date.now(),c=function(t){var e=Date.now();return l!==e&&(l=e,s=0),[t,process.pid,e,s++].join("__")};t.VersionManage.add("electron-renderer","5.3.4");var u=function(s){function l(n,o,r){var l=s.call(this,n,o,r)||this;return l._resolveMaps={},t.logger.init({customLogPrint:r.logStdout,localLogLevel:r.logLevel}),a.setLogLevel(r.logLevel),a.setLogStdout(r.logStdout),e.ipcRenderer.on("__RC_CHANNEL_NOTIFICATION_FROM_MAIN__",(function(t,e){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var a=o[e];if(a)if("batchMessage"===e){var s=a,l=n[0].hasMoreMsg;delete n[0].hasMoreMsg,s([n[0]],void 0,l)}else if("onRTCDataChange"===e){s=a;var c=n[0][0].roomId;s(n[0],c)}else a(n[0]);else console.error.apply(console,i(["unknown notification type: ".concat(e),e],n,!1))})),e.ipcRenderer.on("__RC_CHANNEL_RESULT_FROM_MAIN__",(function(t,e){for(var n=[],o=2;o<arguments.length;o++)n[o-2]=arguments[o];a.info.apply(a,i(["__RC_CHANNEL_RESULT_FROM_MAIN__",e],n,!1));var r=l._resolveMaps[e];r&&(delete l._resolveMaps[e],r.apply(void 0,n))})),e.ipcRenderer.on("__RC_CHANNEL_CALL_RENDER__",(function(t,e){for(var n=[],o=2;o<arguments.length;o++)n[o-2]=arguments[o];l[e].apply(l,n)})),e.ipcRenderer.send("__RC_INNER_COMMAND_INIT__",l._options),l}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}(l,s),l.prototype.setUserStatusListener=function(t,e){throw new Error("TODO -> setUserStatusListener")},l.prototype._callMain=function(t){for(var n=this,o=[],r=1;r<arguments.length;r++)o[r-1]=arguments[r];var s=new Promise((function(r){var s=c(t);n._resolveMaps[s]=r,a.info.apply(a,i(["__RC_CHANNEL_CALL_MAIN__",s,t],o,!1)),e.ipcRenderer.send.apply(e.ipcRenderer,i(["__RC_CHANNEL_CALL_MAIN__",s,t],o,!1))}));return s},l.prototype.callExtra=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return this._callMain.apply(this,i(["callExtra",t],e,!1))},l.prototype._send2Main=function(t){for(var n=[],o=1;o<arguments.length;o++)n[o-1]=arguments[o];a.info.apply(a,i(["__RC_CHANNEL_SEND_2_MAIN__",t],n,!1)),e.ipcRenderer.send.apply(e.ipcRenderer,i(["__RC_CHANNEL_SEND_2_MAIN__",t],n,!1))},l.prototype._callMainSync=function(t){for(var n=[],o=1;o<arguments.length;o++)n[o-1]=arguments[o];return a.info.apply(a,i(["__RC_CHANNEL_CALL_MAIN_SYNC__",t],n,!1)),e.ipcRenderer.sendSync.apply(e.ipcRenderer,i(["__RC_CHANNEL_CALL_MAIN_SYNC__",t],n,!1))},l.prototype.requestNaviInfo=function(t,e,n,i){return void 0===i&&(i=!0),o(this,void 0,void 0,(function(){return r(this,(function(o){return[2,this._callMain("requestNaviInfo",t,e,n,i)]}))}))},l.prototype._insertLog2IndexDB=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var o=e[0],r=e[1],i=e[2],a=e[3];t.logger.insertIntoLogCache(o,i,r,a)},l.prototype.connect=function(t,e,n,o){return this._callMain("connect",t,e,n,o)},l.prototype.reportSDKInfo=function(t){this._callMain("reportSDKInfo",t)},l.prototype.getConnectedTime=function(){return this._callMainSync("getConnectedTime")},l.prototype.getHistoryMessage=function(t,e,n,o,r,i,a){return this._callMain("getHistoryMessage",t,e,n,o,r,i,a)},l.prototype.deleteRemoteMessage=function(t,e,n,o){return this._callMain("deleteRemoteMessage",t,e,n,o)},l.prototype.recallMsg=function(t,e,n,o,r){return this._callMain("recallMsg",t,e,n,o,r)},l.prototype.deleteRemoteMessageByTimestamp=function(t,e,n,o){return this._callMain("deleteRemoteMessageByTimestamp",t,e,n,o)},l.prototype.getConversationList=function(t,e,n,o,r){return this._callMain("getConversationList",t,e,n,o,r)},l.prototype.getConversationListWithAllChannel=function(){return this._callMain("getConversationListWithAllChannel")},l.prototype.getConversationListWithAllChannelByPage=function(t,e){return this._callMain("getConversationListWithAllChannelByPage",t,e)},l.prototype.getConversation=function(t,e,n){return this._callMain("getConversation",t,e,n)},l.prototype.removeConversation=function(t,e,n){return this._callMain("removeConversation",t,e,n)},l.prototype.getAllConversationUnreadCount=function(t,e,n){return this._callMain("getAllConversationUnreadCount",t,e,n)},l.prototype.getConversationUnreadCount=function(t,e,n){return this._callMain("getConversationUnreadCount",t,e,n)},l.prototype.clearConversationUnreadCount=function(t,e,n){return this._callMain("clearConversationUnreadCount",t,e,n)},l.prototype.getFirstUnreadMessage=function(t,e,n){return this._callMain("getFirstUnreadMessage",t,e,n)},l.prototype.saveConversationMessageDraft=function(t,e,n){return this._callMain("saveConversationMessageDraft",t,e,n)},l.prototype.getConversationMessageDraft=function(t,e){return this._callMain("getConversationMessageDraft",t,e)},l.prototype.clearConversationMessageDraft=function(t,e){return this._callMain("clearConversationMessageDraft",t,e)},l.prototype.pullConversationStatus=function(t){return this._callMain("pullConversationStatus",t)},l.prototype.batchSetConversationStatus=function(e){var n=e[0].notificationLevel;return t.isUndefined(n)?this._callMain("batchSetConversationStatus",e):Promise.resolve(t.ErrorCode.NOT_SUPPORT)},l.prototype.sendMessage=function(t,e,n,o,r){var i=["sendMessageBefore",Date.now(),Math.floor(Math.random()*Date.now())].join("_");return o&&(this._resolveMaps[i]=function(t){try{o(t)}catch(t){a.error(t)}}),this._callMain("sendMessage",t,e,n,void 0,r,i)},l.prototype.sendReadReceiptMessage=function(t,e,n){return this._callMain("sendReadReceiptMessage",t,e,n)},l.prototype.getMessageReader=function(t,e,n){return this._callMain("getMessageReader",t,e,n)},l.prototype.disconnect=function(){this._send2Main("disconnect")},l.prototype.pullUserSettings=function(t){return this._callMain("pullUserSettings",t)},l.prototype.registerMessageType=function(t,e,n,o){this._send2Main("registerMessageType",t,e,n,o)},l.prototype.joinChatroom=function(t,e){return this._callMain("joinChatroom",t,e)},l.prototype.joinExistChatroom=function(t,e){return this._callMain("joinExistChatroom",t,e)},l.prototype.quitChatroom=function(t){return this._callMain("quitChatroom",t)},l.prototype.getChatroomInfo=function(t,e,n){return this._callMain("getChatroomInfo",t,e,n)},l.prototype.getChatroomHistoryMessages=function(t,e,n,o){return this._callMain("getChatroomHistoryMessages",t,e,n,o)},l.prototype.setChatroomEntry=function(t,e){return this._callMain("setChatroomEntry",t,e)},l.prototype.setChatroomEntries=function(t,e){return this._callMain("setChatroomEntries",t,e)},l.prototype.forceSetChatroomEntry=function(t,e){return this._callMain("forceSetChatroomEntry",t,e)},l.prototype.removeChatroomEntry=function(t,e){return this._callMain("removeChatroomEntry",t,e)},l.prototype.forceRemoveChatroomEntry=function(t,e){return this._callMain("forceRemoveChatroomEntry",t,e)},l.prototype.removeChatroomEntries=function(t,e){return this._callMain("removeChatroomEntries",t,e)},l.prototype.getChatroomEntry=function(t,e){return this._callMain("getChatroomEntry",t,e)},l.prototype.getAllChatroomEntry=function(t){return this._callMain("getAllChatroomEntry",t)},l.prototype.getFileToken=function(t,e,n,o){return this._callMain("getFileToken",t,e,n,o)},l.prototype.getFileUrl=function(t,e,n,o){return this._callMain("getFileUrl",t,e,n,o)},l.prototype.setUserStatus=function(t){return this._callMain("setUserStatus",t)},l.prototype.subscribeUserStatus=function(t){return this._callMain("subscribeUserStatus",t)},l.prototype.getUserStatus=function(t){return this._callMain("getUserStatus",t)},l.prototype.clearConversations=function(t,e){return this._callMain("clearConversations",t,e)},l.prototype.addToBlacklist=function(t){return this._callMain("addToBlacklist",t)},l.prototype.removeFromBlacklist=function(t){return this._callMain("removeFromBlacklist",t)},l.prototype.getBlacklist=function(){return this._callMain("getBlacklist")},l.prototype.getBlacklistStatus=function(t){return this._callMain("getBlacklistStatus",t)},l.prototype.insertMessage=function(t,e,n){return this._callMain("insertMessage",t,e,n)},l.prototype.deleteMessages=function(t){return this._callMain("deleteMessages",t)},l.prototype.deleteMessagesByTimestamp=function(t,e,n,o,r){return this._callMain("deleteMessagesByTimestamp",t,e,n,o,r)},l.prototype.clearMessages=function(t,e,n){return this._callMain("clearMessages",t,e,n)},l.prototype.getMessage=function(t){return this._callMain("getMessage",t)},l.prototype.setMessageContent=function(t,e,n){return this._callMain("setMessageContent",t,e,n)},l.prototype.setMessageSearchField=function(t,e,n){return this._callMain("setMessageSearchField",t,e,n)},l.prototype.searchConversationByContent=function(t,e,n,o){return this._callMain("searchConversationByContent",t,e,n,o)},l.prototype.searchMessageByContent=function(t,e,n,o,r,i,a){return this._callMain("searchMessageByContent",t,e,n,o,r,i,a)},l.prototype.getUnreadMentionedMessages=function(t,e,n){return this._callMainSync("getUnreadMentionedMessages",t,e,n)},l.prototype.setMessageSentStatus=function(t,e){return this._callMain("setMessageSentStatus",t,e)},l.prototype.setMessageReceivedStatus=function(t,e){return this._callMain("setMessageReceivedStatus",t,e)},l.prototype.clearUnreadCountByTimestamp=function(t,e,n,o){return this._callMain("clearUnreadCountByTimestamp",t,e,n,o)},l.prototype.clearAllUnreadCount=function(){throw new Error("Method not implemented.")},l.prototype.getConversationNotificationStatus=function(t,e,n){return this._callMain("getConversationNotificationStatus",t,e,n)},l.prototype.getRemoteHistoryMessages=function(t,e,n,o,r,i){return this._callMain("getRemoteHistoryMessages",t,e,n,o,r,i)},l.prototype.getServerTime=function(){return this._callMainSync("getServerTime")},l.prototype.getDeviceId=function(){return this._callMainSync("getDeviceId")},l.prototype.getCurrentUserId=function(){return this._callMainSync("getCurrentUserId")},l.prototype.joinRTCRoom=function(t,e,n,o,r,i){return this._callMain("joinRTCRoom",t,e,n,o,r,i)},l.prototype.quitRTCRoom=function(t){return this._callMain("quitRTCRoom",t)},l.prototype.rtcPing=function(t,e,n){return this._callMain("rtcPing",t,e,n)},l.prototype.getRTCRoomInfo=function(t){return this._callMain("getRTCRoomInfo",t)},l.prototype.getRTCUserInfoList=function(t){return this._callMain("getRTCUserInfoList",t)},l.prototype.getRTCUserInfo=function(t){return this._callMain("getRTCUserInfo",t)},l.prototype.setRTCUserInfo=function(t,e,n){return this._callMain("setRTCUserInfo",t,e,n)},l.prototype.removeRTCUserInfo=function(t,e){return this._callMain("removeRTCUserInfo",t,e)},l.prototype.setRTCData=function(t,e,n,o,r,i){return this._callMain("setRTCData",t,e,n,o,r,i)},l.prototype.setRTCTotalRes=function(t,e,n,o,r){return this._callMain("setRTCTotalRes",t,e,n,o,r)},l.prototype.setRTCCDNUris=function(t,e,n){return this._callMain("setRTCCDNUris",t,e,n)},l.prototype.getRTCData=function(t,e,n,o){return this._callMain("getRTCData",t,e,n,o)},l.prototype.removeRTCData=function(t,e,n,o,r){return this._callMain("removeRTCData",t,e,n,o,r)},l.prototype.setRTCOutData=function(t,e,n,o){return this._callMain("setRTCOutData",t,e,n,o)},l.prototype.getRTCOutData=function(t,e){return this._callMain("getRTCOutData",t,e)},l.prototype.getRTCToken=function(t,e,n){return this._callMain("getRTCToken",t,e,n)},l.prototype.setRTCState=function(t,e){return this._callMain("setRTCState",t,e)},l.prototype.getRTCUserList=function(t){return this._callMain("getRTCUserList",t)},l.prototype.createTag=function(t){return this._callMain("createTag",t)},l.prototype.removeTag=function(t){return this._callMain("removeTag",t)},l.prototype.updateTag=function(t){return this._callMain("updateTag",t)},l.prototype.getTagList=function(){return this._callMain("getTagList")},l.prototype.addTagForConversations=function(t,e){return this._callMain("addTagForConversations",t,e)},l.prototype.removeTagForConversations=function(t,e){return this._callMain("removeTagForConversations",t,e)},l.prototype.removeTagsForConversation=function(t,e){return this._callMain("removeTagsForConversation",t,e)},l.prototype.getConversationListByTag=function(t,e,n,o){return this._callMain("getConversationListByTag",t,e,n,o)},l.prototype.getUnreadCountByTag=function(t,e){return this._callMain("getUnreadCountByTag",t,e)},l.prototype.setConversationStatusInTag=function(t,e,n){return this._callMain("setConversationStatusInTag",t,e,n)},l.prototype.getTagsForConversation=function(t){return this._callMain("getTagsForConversation",t)},l.prototype.joinLivingRoomAsAudience=function(t,e,n){return this._callMain("joinLivingRoomAsAudience",t,e,n)},l.prototype.quitLivingRoomAsAudience=function(t){return this._callMain("quitLivingRoomAsAudience",t)},l.prototype.rtcIdentityChange=function(t,e,n){return this._callMain("switchLivingRoomRole",t,e,n)},l.prototype.getRTCJoinedUserInfo=function(t){return this._callMain("getRTCJoinedUserInfo",t)},l.prototype.getBlockConversationList=function(){throw new Error("Method not implemented.")},l.prototype.getTopConversationList=function(){throw new Error("Method not implemented.")},l.prototype.getUnreadMentionedCount=function(t){throw new Error("Method not implemented.")},l.prototype.getAllUnreadMentionedCount=function(){throw new Error("Method not implemented.")},l.prototype.getAllConversationState=function(){throw new Error("Method not implemented.")},l.prototype.requestRoomPK=function(t){return this._callMain("requestRoomPK",t)},l.prototype.cancelRoomPK=function(t){return this._callMain("cancelRoomPK",t)},l.prototype.responseRoomPK=function(t){return this._callMain("responseRoomPK",t)},l.prototype.endRoomPK=function(t){return this._callMain("endRoomPK",t)},l.prototype.getUltraGroupList=function(){throw new Error("Method not implemented.")},l.prototype.getBlockUltraGroupList=function(){throw new Error("Method not implemented.")},l.prototype.getTopUltraGroupList=function(){throw new Error("Method not implemented.")},l.prototype.clearUltraUnreadcount=function(t,e){throw new Error("Method not implemented.")},l.prototype.getUltraGroupUnreadMentionedCountByTargetId=function(t){throw new Error("Method not implemented.")},l.prototype.sendUltraMessage=function(t,e){throw new Error("Method not implemented.")},l.prototype.sendUltraGroupTypingStatus=function(t,e){throw new Error("Method not implemented.")},l.prototype.getUltraGroupMessageListByMessageUId=function(t){throw new Error("Method not implemented.")},l.prototype.expandUltraMessage=function(t){throw new Error("Method not implemented.")},l.prototype.modifyMessage=function(t){throw new Error("Method not implemented.")},l.prototype.getUltraHistoryMsg=function(t,e){throw new Error("Method not implemented.")},l.prototype.bindRTCRoomForChatroom=function(t){return this._callMain("bindRTCRoomForChatroom",t)},l.prototype.getConversationNotificationLevel=function(e,n,i){return o(this,void 0,void 0,(function(){return r(this,(function(e){return[2,Promise.resolve({code:t.ErrorCode.NOT_SUPPORT})]}))}))},l.prototype.getUltraGroupDefaultNotificationLevel=function(e,n){return Promise.resolve({code:t.ErrorCode.NOT_SUPPORT})},l.prototype.getAllUltraGroupUnreadCount=function(){return Promise.resolve({code:t.ErrorCode.NOT_SUPPORT})},l.prototype.getUltraGroupUnreadCountByTargetId=function(){return Promise.resolve({code:t.ErrorCode.NOT_SUPPORT})},l.prototype.setUltraGroupDefaultNotificationLevel=function(){return Promise.resolve({code:t.ErrorCode.NOT_SUPPORT})},l}(t.AEngine);window&&(window.RCCppEngine=u),exports.RCCppEngine=u;
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
],
|
|
11
11
|
"types": "index.d.ts",
|
|
12
12
|
"module": "index.esm.js",
|
|
13
|
-
"version": "5.3.
|
|
13
|
+
"version": "5.3.4",
|
|
14
14
|
"author": "pass-web@rongcloud.cn",
|
|
15
15
|
"license": "LGPL 2.1",
|
|
16
16
|
"homepage": "https://www.rongcloud.cn",
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
"globals": "RCCppEngine"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@rongcloud/engine": "=5.3.
|
|
24
|
+
"@rongcloud/engine": "=5.3.4"
|
|
25
25
|
}
|
|
26
26
|
}
|