Aucune description

server 52763dedf1 gitignore il y a 2 ans
..
README.md 52763dedf1 gitignore il y a 2 ans
rtc_createApp.php 52763dedf1 gitignore il y a 2 ans
rtc_create_roomToken.php 52763dedf1 gitignore il y a 2 ans
rtc_deleteApp.php 52763dedf1 gitignore il y a 2 ans
rtc_getApp.php 52763dedf1 gitignore il y a 2 ans
rtc_rooms_kickUser.php 52763dedf1 gitignore il y a 2 ans
rtc_rooms_listActiveRooms.php 52763dedf1 gitignore il y a 2 ans
rtc_rooms_listUser.php 52763dedf1 gitignore il y a 2 ans
rtc_rooms_stopMerge.php 52763dedf1 gitignore il y a 2 ans
rtc_updateApp.php 52763dedf1 gitignore il y a 2 ans

README.md

Rtc Streaming Cloud Server-Side Library For PHP

Features

  • RoomToken 签发

    • 生成 RoomToken: client->appToken()
  • App 管理

    • 创建应用: client->createApp()
    • 获取应用配置信息: client->getApp()
    • 更新应用配置信息: client->updateApp()
    • 删除应用: client->deleteApp()
  • 房间管理

    • 列举房间下的所有用户: client->listUser()
    • 指定一个用户踢出房间: client->kickUser()
    • 停止一个房间的合流转推: client->stopMerge()
    • 获取当前所有活跃的房间: client->listActiveRooms()

Demo