feat: add upload logs func (#4)

This commit is contained in:
Kevin Lee
2024-07-30 16:32:21 +08:00
committed by GitHub
parent 5601f935f0
commit b6123fc0f5
7 changed files with 45 additions and 5 deletions

View File

@@ -745,6 +745,13 @@ declare module 'libOpenIMSDK' {
cFileInfo: string,
pCallback: CB_I_S
): void;
upload_logs(
cCallback: CB_S_I_S_S,
operationID: string,
line: number,
ex: string,
pCallback: CB_I_S
): void;
}
const lib: LibOpenIMSDK;
export default lib;