We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54008c commit 8311ae8Copy full SHA for 8311ae8
CHANGELOG.md
@@ -1,4 +1,15 @@
1
# Changelog
2
+
3
+## 7.9.0 (2021-12-10)
4
5
+## 增加
6
+### QRTC相关
7
+* 添加APP级别管理接口
8
+* 添加ROOM级别管理接口
9
+* 添加QRTC回调设定接口
10
+* 添加合流任务相关接口
11
+* 添加转推任务相关接口
12
13
## 7.8.0 (2021-06-22)
14
15
## 增加
src/main/java/com/qiniu/common/Constants.java
@@ -9,7 +9,7 @@ public final class Constants {
/**
* 版本号
*/
- public static final String VERSION = "7.8.0";
+ public static final String VERSION = "7.9.0";
* 块大小,不能改变
0 commit comments