Skip to content

Commit

Permalink
更新版本到 1.6.23
Browse files Browse the repository at this point in the history
ChangeLog
1. 针对 Chrome 新版本充用 plan-b SDP 标准的升级
2. 修复 iOS 或 safari 中 preloadEffect 失败的问题
  • Loading branch information
poplark committed Mar 10, 2021
1 parent daabfc0 commit b7757ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.22";
export const version = "1.6.23";
}

declare module '__urtc-sdk/token' {
Expand Down
4 changes: 2 additions & 2 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.22",
"version": "1.6.23",
"description": "UCloud RTC javascript SDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit b7757ab

Please sign in to comment.