@tencentcloud/trtc-cloud-wx 1.0.9-beta.0 → 1.0.10
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/package.json +2 -40
- package/{dist/trtc-cloud-wx.js → trtc-cloud-wx.js} +3 -5
- package/.babelrc +0 -6
- package/.eslintrc.json +0 -129
- package/build/chokidar.js +0 -19
- package/build/clear.js +0 -24
- package/build/copy.js +0 -24
- package/build/copy_to_roomkit.js +0 -19
- package/dist/package.json +0 -14
- package/docs/API/TRTCCloud.html +0 -4353
- package/docs/API/index.html +0 -98
- package/docs/API/scripts/add-toc.js +0 -57
- package/docs/API/scripts/collapse.js +0 -20
- package/docs/API/scripts/highlight/highlight.min.js +0 -1282
- package/docs/API/scripts/highlight/highlightjs-line-numbers.min.js +0 -1
- package/docs/API/scripts/linenumber.js +0 -25
- package/docs/API/scripts/nav.js +0 -12
- package/docs/API/scripts/polyfill.js +0 -4
- package/docs/API/scripts/prettify/Apache-License-2.0.txt +0 -202
- package/docs/API/scripts/prettify/lang-css.js +0 -2
- package/docs/API/scripts/prettify/prettify.js +0 -28
- package/docs/API/scripts/search.js +0 -83
- package/docs/API/styles/font.css +0 -81
- package/docs/API/styles/fonts/JTURjIg1_i6t8kCHKm45_dJE3g3D_vx3rCubqg.woff2 +0 -0
- package/docs/API/styles/fonts/JTURjIg1_i6t8kCHKm45_dJE3gTD_vx3rCubqg.woff2 +0 -0
- package/docs/API/styles/fonts/JTURjIg1_i6t8kCHKm45_dJE3gbD_vx3rCubqg.woff2 +0 -0
- package/docs/API/styles/fonts/JTURjIg1_i6t8kCHKm45_dJE3gfD_vx3rCubqg.woff2 +0 -0
- package/docs/API/styles/fonts/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2 +0 -0
- package/docs/API/styles/fonts/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2 +0 -0
- package/docs/API/styles/fonts/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2 +0 -0
- package/docs/API/styles/fonts/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2 +0 -0
- package/docs/API/styles/fonts/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2 +0 -0
- package/docs/API/styles/fonts/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 +0 -0
- package/docs/API/styles/highlight/highlight.min.css +0 -26
- package/docs/API/styles/highlight/rainbow.min.css +0 -1
- package/docs/API/styles/jsdoc.css +0 -684
- package/docs/API/styles/prettify.css +0 -79
- package/docs/API/styles/toc.css +0 -44
- package/docs/API/tutorial-00-guideline.html +0 -81
- package/docs/doc-src/home.md +0 -7
- package/docs/doc-src/tutorials/00-guideline.md +0 -1
- package/docs/doc-src/tutorials/tutorials.json +0 -5
- package/jsdoc.json +0 -43
- package/rollup.config.js +0 -19
- package/sdk_publish.bash +0 -5
- package/src/TaskMachine.ts +0 -371
- package/src/index.ts +0 -1184
- package/src/interface/index.ts +0 -45
- package/src/interface/types.ts +0 -95
- package/src/log/logger.ts +0 -80
- package/src/types.d.ts +0 -1
- package/src/utils/common.ts +0 -50
- package/src/utils/index.ts +0 -2
- package/src/utils/translate.ts +0 -139
- package/tsconfig.json +0 -15
- package/typedoc.json +0 -21
package/package.json
CHANGED
|
@@ -1,50 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencentcloud/trtc-cloud-wx",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "",
|
|
5
|
-
"main": "
|
|
6
|
-
"module": "dist/trtc-cloud-wx.js",
|
|
5
|
+
"main": "./trtc-cloud-wx.js",
|
|
7
6
|
"type": "module",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"build": "npm run clear && rollup -c",
|
|
10
|
-
"dev": "node ./build/chokidar.js",
|
|
11
|
-
"clear": "node ./build/clear.js",
|
|
12
|
-
"copy": "node ./build/copy.js",
|
|
13
|
-
"doc": "npx typedoc --tsconfig typedoc.json",
|
|
14
|
-
"doc:watch": "typedoc --watch",
|
|
15
|
-
"doc:build": "jsdoc -c jsdoc.json",
|
|
16
|
-
"publish": "bash ./sdk_publish.bash"
|
|
17
|
-
},
|
|
18
7
|
"keywords": [],
|
|
19
8
|
"author": "",
|
|
20
9
|
"license": "ISC",
|
|
21
|
-
"devDependencies": {
|
|
22
|
-
"@babel/core": "^7.21.4",
|
|
23
|
-
"@babel/preset-env": "^7.21.4",
|
|
24
|
-
"@babel/preset-typescript": "^7.21.4",
|
|
25
|
-
"@rollup/plugin-babel": "^6.0.3",
|
|
26
|
-
"@rollup/plugin-json": "^6.0.0",
|
|
27
|
-
"@rollup/plugin-terser": "^0.4.3",
|
|
28
|
-
"@rollup/plugin-typescript": "^11.0.0",
|
|
29
|
-
"@types/node": "^18.15.11",
|
|
30
|
-
"@typescript-eslint/eslint-plugin": "^2.28.0",
|
|
31
|
-
"@typescript-eslint/parser": "^2.28.0",
|
|
32
|
-
"babel-loader": "^9.1.2",
|
|
33
|
-
"better-docs": "^2.7.2",
|
|
34
|
-
"chokidar": "^3.5.3",
|
|
35
|
-
"docdash-blue": "^1.1.9",
|
|
36
|
-
"eslint": "^5.14.1",
|
|
37
|
-
"eslint-config-airbnb-base": "13.1.0",
|
|
38
|
-
"eslint-plugin-import": "^2.27.5",
|
|
39
|
-
"eslint-plugin-node": "^7.0.1",
|
|
40
|
-
"eslint-plugin-promise": "^3.8.0",
|
|
41
|
-
"jsdoc": "^4.0.2",
|
|
42
|
-
"rollup": "^3.27.1",
|
|
43
|
-
"taffydb": "^2.7.3",
|
|
44
|
-
"tslib": "^2.5.0",
|
|
45
|
-
"typedoc": "^0.28.0",
|
|
46
|
-
"typescript": "^5.0.2"
|
|
47
|
-
},
|
|
48
10
|
"dependencies": {
|
|
49
11
|
"eventemitter3": "^5.0.0",
|
|
50
12
|
"trtc-wx-sdk": "^1.1.14"
|
|
@@ -1424,17 +1424,14 @@ var devDependencies = {
|
|
|
1424
1424
|
"docdash-blue": "^1.1.9",
|
|
1425
1425
|
eslint: "^5.14.1",
|
|
1426
1426
|
"eslint-config-airbnb-base": "13.1.0",
|
|
1427
|
-
"eslint-loader": "^2.1.2",
|
|
1428
1427
|
"eslint-plugin-import": "^2.27.5",
|
|
1429
1428
|
"eslint-plugin-node": "^7.0.1",
|
|
1430
1429
|
"eslint-plugin-promise": "^3.8.0",
|
|
1431
1430
|
jsdoc: "^4.0.2",
|
|
1432
1431
|
rollup: "^3.27.1",
|
|
1433
|
-
"rollup-plugin-uglify": "^6.0.4",
|
|
1434
1432
|
taffydb: "^2.7.3",
|
|
1435
1433
|
tslib: "^2.5.0",
|
|
1436
|
-
typedoc: "^0.
|
|
1437
|
-
"typedoc-theme-hierarchy": "^3.1.0",
|
|
1434
|
+
typedoc: "^0.28.0",
|
|
1438
1435
|
typescript: "^5.0.2"
|
|
1439
1436
|
};
|
|
1440
1437
|
var dependencies = {
|
|
@@ -1984,12 +1981,13 @@ var TRTCCloud = /*#__PURE__*/function () {
|
|
|
1984
1981
|
case 5:
|
|
1985
1982
|
pusher = _context4.sent;
|
|
1986
1983
|
logger.info('startLocalPreview success');
|
|
1984
|
+
this.emit('onCameraDidReady');
|
|
1987
1985
|
this.emit('onFirstVideoFrame', '', exports.TRTCVideoStreamType.TRTCVideoStreamTypeBig, pusher.videoWidth, pusher.videoHeight);
|
|
1988
1986
|
if (this.isEnterRoom) {
|
|
1989
1987
|
this.emit('onSendFirstLocalVideoFrame', exports.TRTCVideoStreamType.TRTCVideoStreamTypeBig);
|
|
1990
1988
|
}
|
|
1991
1989
|
this.isOpenCamera = true;
|
|
1992
|
-
case
|
|
1990
|
+
case 11:
|
|
1993
1991
|
case "end":
|
|
1994
1992
|
return _context4.stop();
|
|
1995
1993
|
}
|
package/.babelrc
DELETED
package/.eslintrc.json
DELETED
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": [
|
|
3
|
-
"airbnb-base",
|
|
4
|
-
"plugin:promise/recommended",
|
|
5
|
-
"plugin:import/typescript",
|
|
6
|
-
"plugin:@typescript-eslint/recommended"
|
|
7
|
-
],
|
|
8
|
-
"parser": "@typescript-eslint/parser",
|
|
9
|
-
"plugins": [
|
|
10
|
-
"@typescript-eslint",
|
|
11
|
-
"import",
|
|
12
|
-
"node",
|
|
13
|
-
"promise"
|
|
14
|
-
],
|
|
15
|
-
"parserOptions": {
|
|
16
|
-
"ecmaVersion": 9,
|
|
17
|
-
"ecmaFeatures": {
|
|
18
|
-
"jsx": false
|
|
19
|
-
},
|
|
20
|
-
"sourceType": "module"
|
|
21
|
-
},
|
|
22
|
-
"env": {
|
|
23
|
-
"es6": true,
|
|
24
|
-
"node": true,
|
|
25
|
-
"jest": true
|
|
26
|
-
},
|
|
27
|
-
"settings": {
|
|
28
|
-
"import/resolver": {
|
|
29
|
-
"node": {
|
|
30
|
-
"extensions": [
|
|
31
|
-
".js",
|
|
32
|
-
".jsx",
|
|
33
|
-
".ts",
|
|
34
|
-
".tsx"
|
|
35
|
-
]
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
"rules": {
|
|
40
|
-
// "@typescript-eslint/explicit-function-return-type": "off",
|
|
41
|
-
"explicit-module-boundary-types": "off",
|
|
42
|
-
"max-len": ["error", {"code": 120}],
|
|
43
|
-
"import/extensions": 0,
|
|
44
|
-
"no-unused-expressions": [
|
|
45
|
-
"error",
|
|
46
|
-
{
|
|
47
|
-
"allowTernary": true
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
"no-empty-function": "off",
|
|
51
|
-
"@typescript-eslint/no-empty-function": "off",
|
|
52
|
-
"class-methods-use-this": "off",
|
|
53
|
-
"arrow-parens": "off",
|
|
54
|
-
"comma-dangle": [
|
|
55
|
-
"error",
|
|
56
|
-
"only-multiline"
|
|
57
|
-
],
|
|
58
|
-
"complexity": [
|
|
59
|
-
"error",
|
|
60
|
-
20
|
|
61
|
-
],
|
|
62
|
-
"func-names": "off",
|
|
63
|
-
"global-require": "off",
|
|
64
|
-
"handle-callback-err": [
|
|
65
|
-
"error",
|
|
66
|
-
"^(err|error)$"
|
|
67
|
-
],
|
|
68
|
-
"import/no-unresolved": [
|
|
69
|
-
"error",
|
|
70
|
-
{
|
|
71
|
-
"caseSensitive": true,
|
|
72
|
-
"commonjs": true,
|
|
73
|
-
"ignore": [
|
|
74
|
-
"^[^.]"
|
|
75
|
-
]
|
|
76
|
-
}
|
|
77
|
-
],
|
|
78
|
-
"import/prefer-default-export": "off",
|
|
79
|
-
"linebreak-style": "off",
|
|
80
|
-
"no-catch-shadow": "error",
|
|
81
|
-
"no-continue": "off",
|
|
82
|
-
"no-div-regex": "warn",
|
|
83
|
-
"no-else-return": "off",
|
|
84
|
-
"no-param-reassign": "off",
|
|
85
|
-
"no-plusplus": "off",
|
|
86
|
-
"no-shadow": "off",
|
|
87
|
-
"no-multi-assign": "off",
|
|
88
|
-
"no-underscore-dangle": "off",
|
|
89
|
-
"node/no-deprecated-api": "error",
|
|
90
|
-
"node/process-exit-as-throw": "error",
|
|
91
|
-
"object-curly-spacing": [
|
|
92
|
-
"error",
|
|
93
|
-
"never"
|
|
94
|
-
],
|
|
95
|
-
"operator-linebreak": [
|
|
96
|
-
"error",
|
|
97
|
-
"after",
|
|
98
|
-
{
|
|
99
|
-
"overrides": {
|
|
100
|
-
":": "before",
|
|
101
|
-
"?": "before"
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
],
|
|
105
|
-
"prefer-arrow-callback": "off",
|
|
106
|
-
"prefer-destructuring": "off",
|
|
107
|
-
"prefer-template": "off",
|
|
108
|
-
"quote-props": [
|
|
109
|
-
1,
|
|
110
|
-
"as-needed",
|
|
111
|
-
{
|
|
112
|
-
"unnecessary": true
|
|
113
|
-
}
|
|
114
|
-
],
|
|
115
|
-
"semi": [
|
|
116
|
-
"error",
|
|
117
|
-
"never"
|
|
118
|
-
],
|
|
119
|
-
"no-await-in-loop": "off",
|
|
120
|
-
"no-restricted-syntax": "off",
|
|
121
|
-
"promise/always-return": "off"
|
|
122
|
-
},
|
|
123
|
-
"globals": {
|
|
124
|
-
"window": true,
|
|
125
|
-
"document": true,
|
|
126
|
-
"App": true,
|
|
127
|
-
"wx": true
|
|
128
|
-
}
|
|
129
|
-
}
|
package/build/chokidar.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import path from 'path'
|
|
2
|
-
import chokidar from 'chokidar'
|
|
3
|
-
import {exec} from 'child_process'
|
|
4
|
-
|
|
5
|
-
const __dirname = new URL('.', import.meta.url).pathname
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
const srcDir = path.resolve(__dirname, '../src')
|
|
9
|
-
|
|
10
|
-
chokidar.watch(srcDir).on('all', async (event, filePath) => {
|
|
11
|
-
console.log(`${event}: ${filePath}`)
|
|
12
|
-
if (event === 'change' || event === 'add') {
|
|
13
|
-
exec('npm run build', (err, stdout, stderr) => {
|
|
14
|
-
if (err) console.error(err)
|
|
15
|
-
console.log(stdout)
|
|
16
|
-
console.error(stderr)
|
|
17
|
-
})
|
|
18
|
-
}
|
|
19
|
-
})
|
package/build/clear.js
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import fs from 'fs'
|
|
2
|
-
import path from 'path'
|
|
3
|
-
|
|
4
|
-
// 获取 dist 目录的绝对路径
|
|
5
|
-
const distPath = path.resolve(new URL('.', import.meta.url).pathname, '../dist')
|
|
6
|
-
// 定义一个函数,用于删除指定目录下的所有文件和文件夹
|
|
7
|
-
function deleteFolderRecursive(folderPath) {
|
|
8
|
-
if (fs.existsSync(folderPath)) {
|
|
9
|
-
fs.readdirSync(folderPath).forEach(file => {
|
|
10
|
-
const curPath = path.join(folderPath, file)
|
|
11
|
-
if (fs.lstatSync(curPath).isDirectory()) {
|
|
12
|
-
deleteFolderRecursive(curPath)
|
|
13
|
-
} else if (!curPath.includes('package.json')) {
|
|
14
|
-
fs.unlinkSync(curPath)
|
|
15
|
-
}
|
|
16
|
-
})
|
|
17
|
-
// fs.rmdirSync(folderPath);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
// 调用函数,删除 dist 目录下的所有文件和文件夹
|
|
22
|
-
deleteFolderRecursive(distPath)
|
|
23
|
-
|
|
24
|
-
console.log('清理完成!')
|
package/build/copy.js
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import fs from 'fs'
|
|
2
|
-
import path from 'path'
|
|
3
|
-
|
|
4
|
-
const __dirname = new URL('.', import.meta.url).pathname
|
|
5
|
-
|
|
6
|
-
const distPath = path.resolve(__dirname, '../dist')
|
|
7
|
-
const targetPathList = [
|
|
8
|
-
// path.resolve(__dirname, "../trtc-custom-component/src"),
|
|
9
|
-
path.resolve(__dirname, '../../trtc-component-wx/miniprogram_dev/node_modules/@tencentcloud/trtc-cloud-wx'),
|
|
10
|
-
]
|
|
11
|
-
|
|
12
|
-
fs.readdir(distPath, (err, files) => {
|
|
13
|
-
if (err) throw err
|
|
14
|
-
files.forEach((file) => {
|
|
15
|
-
targetPathList.forEach((targetPath) => {
|
|
16
|
-
const srcPath = path.join(distPath, file)
|
|
17
|
-
const destPath = path.join(targetPath, file)
|
|
18
|
-
fs.copyFile(srcPath, destPath, (err) => {
|
|
19
|
-
if (err) throw err
|
|
20
|
-
console.log(`${file} has been copied to ${targetPath}`)
|
|
21
|
-
})
|
|
22
|
-
})
|
|
23
|
-
})
|
|
24
|
-
})
|
package/build/copy_to_roomkit.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import fs from 'fs'
|
|
2
|
-
import path from 'path'
|
|
3
|
-
|
|
4
|
-
const sourceDir = '/Users/connor/Desktop/work/TRTCCloud-wx/trtc-cloud-wx/dist'
|
|
5
|
-
const targetDir = '/Users/connor/Desktop/TUIRoomEngine/samples/tui-room-uniapp/dist/dev/mp-weixin/node_modules/@tencentcloud/trtc-cloud-wx'
|
|
6
|
-
|
|
7
|
-
fs.readdir(sourceDir, (err, files) => {
|
|
8
|
-
if (err) throw err
|
|
9
|
-
|
|
10
|
-
files.forEach((file) => {
|
|
11
|
-
const sourceFile = path.join(sourceDir, file)
|
|
12
|
-
const targetFile = path.join(targetDir, file)
|
|
13
|
-
|
|
14
|
-
fs.copyFile(sourceFile, targetFile, (err) => {
|
|
15
|
-
if (err) throw err
|
|
16
|
-
console.log(`${sourceFile} was copied to ${targetFile}`)
|
|
17
|
-
})
|
|
18
|
-
})
|
|
19
|
-
})
|
package/dist/package.json
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@tencentcloud/trtc-cloud-wx",
|
|
3
|
-
"version": "1.0.9",
|
|
4
|
-
"description": "",
|
|
5
|
-
"main": "./trtc-cloud-wx.js",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"keywords": [],
|
|
8
|
-
"author": "",
|
|
9
|
-
"license": "ISC",
|
|
10
|
-
"dependencies": {
|
|
11
|
-
"eventemitter3": "^5.0.0",
|
|
12
|
-
"trtc-wx-sdk": "^1.1.14"
|
|
13
|
-
}
|
|
14
|
-
}
|