Skip to content

Commit

Permalink
更新版本到 1.8.2
Browse files Browse the repository at this point in the history
ChangeLog
1. 修复正常播放流后,仍可能受浏览器限制无法自动播放后续远端流的问题
2. 优化移动设备推流时被闹铃打断后音频被中断的问题
3. 优化网络质量评估,初始连接时的评估更准确
  • Loading branch information
poplark committed Dec 21, 2021
1 parent d9c93cf commit 6becefd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1";
export const version = "1.8.2";
}

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

0 comments on commit 6becefd

Please sign in to comment.