Skip to content

Commit

Permalink
Update 在线直播(Android).md
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanhe authored Mar 19, 2020
1 parent ba129a3 commit bd447e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ mTRTCCloud.ConnectOtherRoom(String.format("{\"roomId\":%s,\"userId\":\"%s\"}", r

```java
// 调用退房后请等待 onExitRoom 事件回调
trtcCloud.exitRoom()
mTRTCCloud.exitRoom()

@Override
public void onExitRoom(int reason) {
Expand Down

0 comments on commit bd447e0

Please sign in to comment.