Skip to content

Commit

Permalink
更新版本到 1.7.0
Browse files Browse the repository at this point in the history
ChangeLog
1. 解决安卓微信浏览器下播放音视频有一定机率无返回,从而导致无法根据返回结果进行后续处理的问题
  • Loading branch information
poplark committed Aug 13, 2021
1 parent 0bc9a3b commit 758e4dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ declare module '__urtc-sdk/resolutions' {
}

declare module '__urtc-sdk/version' {
export const version = "1.6.29";
export const version = "1.7.0";
}

declare module '__urtc-sdk/token' {
Expand Down
12 changes: 6 additions & 6 deletions lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urtc-sdk",
"version": "1.6.29",
"version": "1.7.0",
"description": "UCloud RTC javascript SDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 758e4dc

Please sign in to comment.