Skip to content

Commit

Permalink
更新版本到 1.8.7
Browse files Browse the repository at this point in the history
ChangeLog
1、修复订阅失败后无法重新订阅的问题
2、添加订阅失败后SDK尝试自动重试的逻辑
  • Loading branch information
lixiaojian committed May 25, 2022
1 parent 9ef7175 commit 449d1b2
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.8.6";
export const version = "1.8.7";
}

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.8.6",
"version": "1.8.7",
"description": "UCloud RTC javascript SDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 449d1b2

Please sign in to comment.