Skip to content

2.25.0

Compare
Choose a tag to compare
@zetbaitsu zetbaitsu released this 30 May 08:23
· 523 commits to master since this release
  • Add function to add room participants
QiscusApi.getInstance().addRoomMember(roomId, Arrays.asList("[email protected]", "[email protected]"));
  • Add function to remove room participants
QiscusApi.getInstance().removeRoomMember(roomId, Arrays.asList("[email protected]", "[email protected]"));
  • Additional data in request header