Feat: export recordings in one file (#1050)
* auto reconnect db * may export & merge recordings
This commit is contained in:
@@ -362,6 +362,9 @@ contextBridge.exposeInMainWorld("__ENJOY_APP__", {
|
||||
targetType
|
||||
);
|
||||
},
|
||||
export: (targetId: string, targetType: string) => {
|
||||
return ipcRenderer.invoke("recordings-export", targetId, targetType);
|
||||
},
|
||||
},
|
||||
conversations: {
|
||||
findAll: (params: { where?: any; offset?: number; limit?: number }) => {
|
||||
|
||||
Reference in New Issue
Block a user