Skip to content

Commit

Permalink
更新版本到 1.6.29
Browse files Browse the repository at this point in the history
ChangeLog
1. 将请求网关超时时间设为 5 秒,增一次超时重试,以提高加入房间的成功率
2. 增加错误日志的上报
  • Loading branch information
poplark committed Aug 4, 2021
1 parent dc7f00a commit 0bc9a3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.28";
export const version = "1.6.29";
}

declare module '__urtc-sdk/token' {
Expand All @@ -314,7 +314,7 @@ declare module '__urtc-sdk/token' {
}

declare module '__urtc-sdk/types' {
export type VideoCodec = 'vp8' | 'h264';
export type VideoCodec = 'vp8' | 'h264' | 'h265';
export type AudioCodec = 'opus';
export type RoomType = 'rtc' | 'live';
export type UserRole = 'pull' | 'push' | 'push-and-pull';
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.6.28",
"version": "1.6.29",
"description": "UCloud RTC javascript SDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 0bc9a3b

Please sign in to comment.