Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨俊
/
spread_im
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
29a935ee
...
29a935ee26d8879736bd34d3bc8d62eb79a60a09
authored
2021-05-10 22:06:56 +0800
by
yangjun@hikoon.cn
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
b9f44e9f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
package.json
public/debug/lib-generate-test-usersig.min.js
src/tim.js
src/trtc-calling.js
yarn.lock
package.json
View file @
29a935e
...
...
@@ -15,7 +15,7 @@
"element-ui"
:
"^2.13.0"
,
"md5"
:
"^2.3.0"
,
"mta-h5-analysis"
:
"^2.0.15"
,
"tim-js-sdk"
:
"^2.
8.5
"
,
"tim-js-sdk"
:
"^2.
10.2
"
,
"trtc-calling-js"
:
"^0.6.0"
,
"trtc-js-sdk"
:
"^4.7.1"
,
"tsignaling"
:
"^0.3.0"
,
...
...
public/debug/lib-generate-test-usersig.min.js
View file @
29a935e
This diff could not be displayed because it is too large.
src/tim.js
View file @
29a935e
...
...
@@ -9,7 +9,7 @@ const tim = TIM.create({
window
.
setLogLevel
=
tim
.
setLogLevel
// 无日志级别
tim
.
setLogLevel
(
1
)
tim
.
setLogLevel
(
4
)
// 注册 cos
tim
.
registerPlugin
({
'cos-js-sdk'
:
COSSDK
})
...
...
src/trtc-calling.js
View file @
29a935e
...
...
@@ -7,6 +7,6 @@ let options = {
const
trtcCalling
=
new
TRTCCalling
(
options
)
// 4 无日志级别
// trtcCalling.setLogLevel(1
)
trtcCalling
.
setLogLevel
(
4
)
export
default
trtcCalling
...
...
yarn.lock
View file @
29a935e
...
...
@@ -7873,7 +7873,7 @@ thunky@^1.0.2:
resolved "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d"
integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==
tim-js-sdk@^2.
8.5
:
tim-js-sdk@^2.
10.2
:
version "2.10.2"
resolved "https://registry.npmjs.org/tim-js-sdk/-/tim-js-sdk-2.10.2.tgz#972c325a649e749ceffbaede989905ef78725e10"
integrity sha512-N1OwWH17kuENhHQfwNXCDxZtaBocoyetC/KETABp1ukGL2InhJOceTmziQhoUXF3jxEZb3JSTMNzoXBUvP+oBQ==
...
...
Please
register
or
sign in
to post a comment