File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ # Rtc Streaming Cloud Server-Side Library For PHP
2+
3+ ## Features
4+
5+ - RoomToken 签发
6+ - [x] 生成 RoomToken: client->appToken()
7+
8+ - App 管理
9+ - [x] 创建应用: client->createApp()
10+ - [x] 获取应用配置信息: client->getApp()
11+ - [x] 更新应用配置信息: client->updateApp()
12+ - [x] 删除应用: client->deleteApp()
13+
14+ - 房间管理
15+ - [x] 列举房间下的所有用户: client->listUser()
16+ - [x] 指定一个用户踢出房间: client->kickUser()
17+ - [x] 停止一个房间的合流转推: client->stopMerge()
18+ - [x] 获取当前所有活跃的房间: client->listActiveRooms()
19+
20+ ## Demo
21+ - RoomToken 签发
22+ - [ 生成 RoomToken] ( https://github.com/qiniu/php-sdk/tree/master/examples/rtc/rtc_create_roomToken.php )
23+
24+ - App 管理
25+ - [ 创建应用] ( https://github.com/qiniu/php-sdk/tree/master/examples/rtc/rtc_createApp.php )
26+ - [ 获取应用配置信息] ( https://github.com/qiniu/php-sdk/tree/master/examples/rtc/rtc_getApp.php )
27+ - [ 更新应用配置信息] ( https://github.com/qiniu/php-sdk/tree/master/examples/rtc/rtc_updateApp.php )
28+ - [ 删除应用] ( https://github.com/qiniu/php-sdk/tree/master/examples/rtc/rtc_deleteApp.php )
29+
30+ - 房间管理
31+ - [ 列举房间下的所有用户] ( https://github.com/qiniu/php-sdk/tree/master/examples/rtc/rtc_rooms_listUser.php )
32+ - [ 指定一个用户踢出房间] ( https://github.com/qiniu/php-sdk/tree/master/examples/rtc/rtc_rooms_kickUser.php )
33+ - [ 停止一个房间的合流转推] ( https://github.com/qiniu/php-sdk/tree/master/examples/rtc/rtc_rooms_stopMerge.php )
34+ - [ 获取当前所有活跃的房间] ( https://github.com/qiniu/php-sdk/tree/master/examples/rtc/rtc_rooms_listActiveRooms.php )
You can’t perform that action at this time.
0 commit comments