You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
News user registerd via restapi Not possible Subscriptions or join room. not get getChatHistory. But it work Default main room but not work other Channel creted by admin.. If that user join using browser after only work in android
@OverRide
public void onLogin(TokenObject token, ErrorObject error) {
client.getSubscriptions(this);
}
@Override
public void onGetSubscriptions(List<SubscriptionObject> subscriptions, ErrorObject error) {
ChatRoomFactory factory = client.getChatRoomFactory(); //client.is used for creating rooms from subscriptions/ rooms retured by either getSubscriptions or getRooms API
room = factory.createChatRooms(subscriptions).getChatRoomByName("TestRoom");
}