Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
zetbaitsu committed Sep 29, 2017
2 parents 4fafd48 + e137c31 commit 95c6164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ Currently we recommend to invite user into existing room through our [**REST API

Currently we recommend to kick user out of specific room through our [**REST API**](https://www.qiscus.com/docs/restapi) for simplicity and security reason

# Get room list
### Get room list
To get all room list you can call QiscusApi.getInstance().getChatRooms(int page, int limit, boolean showMembers), page start from 1, limit indicate the max rooms per page, showMembers is flag for load room members also or not. Here sample code:
```java
QiscusApi.getInstance().getChatRooms(1, 20, true)
Expand Down

0 comments on commit 95c6164

Please sign in to comment.