Skip to content

Commit 16d3cb1

Browse files
authored
Merge pull request #189 from Tanc009/master
jdcloud-sdk-java
2 parents be4ff8f + 3d9f015 commit 16d3cb1

File tree

63 files changed

+1636
-79
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1636
-79
lines changed

openjrtc/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# 更新历史 #
2-
API版本:1.1.0
2+
API版本:1.1.1
33

44
|发布时间|版本号|更新|说明|
55
|---|---|---|---|
66
|2020-11-30 |1.0.0 |初始版本 |* 音视频融合rtc openApi |
77
|2021-01-28 |1.1.0 |增加接口 |* 查询应用appKey;<br>* 查询应用信息;<br>* 查询用户应用列表;<br>* 修改房间;<br>* 查询房间信息;<br>* 删除房间;<br>* 查询应用下的房间列表;<br> |
8+
|2021-02-19 |1.1.1 |增加接口 |* 移除房间内人员;<br>* 移除房间内所有人员;<br>* 发送自定义信令给房间内的人员;<br>* 发送自定义信令给房间 ;<br> |
89

openjrtc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.jdcloud.sdk</groupId>
77
<artifactId>openjrtc</artifactId>
8-
<version>1.1.0</version>
8+
<version>1.1.1</version>
99
<packaging>jar</packaging>
1010
<name>openjrtc</name>
1111
<url>http://www.jdcloud.com</url>

openjrtc/src/main/java/com/jdcloud/sdk/service/openjrtc/client/CreateRoomExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*
16-
* JRtcRoom
16+
* JrtcRoom
1717
* 房间号管理接口
1818
*
1919
* OpenAPI spec version: v1

openjrtc/src/main/java/com/jdcloud/sdk/service/openjrtc/client/CreateUserExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*
16-
* JRtcUser
16+
* JrtcUser
1717
* 用户管理
1818
*
1919
* OpenAPI spec version: v1

openjrtc/src/main/java/com/jdcloud/sdk/service/openjrtc/client/DeleteRoomExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*
16-
* JRtcRoom
16+
* JrtcRoom
1717
* 房间号管理接口
1818
*
1919
* OpenAPI spec version: v1

openjrtc/src/main/java/com/jdcloud/sdk/service/openjrtc/client/DescribeAppExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*
16-
* JRtcApp
16+
* JrtcApp
1717
* 用户应用信息
1818
*
1919
* OpenAPI spec version: v1

openjrtc/src/main/java/com/jdcloud/sdk/service/openjrtc/client/DescribeAppKeyExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*
16-
* JRtcApp
16+
* JrtcApp
1717
* 用户应用信息
1818
*
1919
* OpenAPI spec version: v1

openjrtc/src/main/java/com/jdcloud/sdk/service/openjrtc/client/DescribeAppsExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*
16-
* JRtcApp
16+
* JrtcApp
1717
* 用户应用信息
1818
*
1919
* OpenAPI spec version: v1

openjrtc/src/main/java/com/jdcloud/sdk/service/openjrtc/client/DescribeRoomInfoExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*
16-
* JRtcRoom
16+
* JrtcRoom
1717
* 房间号管理接口
1818
*
1919
* OpenAPI spec version: v1

openjrtc/src/main/java/com/jdcloud/sdk/service/openjrtc/client/DescribeRoomOnlineUserNumExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*
16-
* JRtcRoomUser
16+
* JrtcRoomUser
1717
* 房间人员管理
1818
*
1919
* OpenAPI spec version: v1

0 commit comments

Comments
 (0)