Skip to content

Commit

Permalink
format the code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jemygraw committed May 9, 2018
1 parent 279939f commit 688f69e
Show file tree
Hide file tree
Showing 2 changed files with 311 additions and 334 deletions.
2 changes: 1 addition & 1 deletion examples/rtc_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
print (rtc.kick_user('<app_id>:必填', '<房间名>:必填', '<客户ID>:必填'))

# 列举一个APP下面,所有的房间
print (rtc.list_active_room('<app_id>:必填'))
print (rtc.list_active_rooms('<app_id>:必填'))

# 计算房间管理鉴权。连麦用户终端通过房间管理鉴权获取七牛连麦服务
# 首先需要写好房间鉴权的各个参数。参数如下:
Expand Down
Loading

0 comments on commit 688f69e

Please sign in to comment.