2.25.0
- 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