Browse Source

更新版本到 1.5.2

ChangeLog
1. 修复调用 preview 方法进行预览时,显示黑屏的问题
2. 修复调用 deviceDetection 方法检测时,返回值不正确的问题
3. 规范 leaveroom 的错误码
kevin.song 5 years ago
parent
commit
d9cf082b4d
2 changed files with 3 additions and 3 deletions
  1. 2 2
      lib/index.js
  2. 1 1
      package.json

File diff suppressed because it is too large
+ 2 - 2
lib/index.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "urtc-sdk",
-  "version": "1.5.1",
+  "version": "1.5.2",
   "description": "UCloud RTC javascript SDK",
   "main": "lib/index.js",
   "repository": {