I sent chat from admin panel - https://apphq.shephertz.com/appWarp#/testManager
But not receiving in android app.
created and joined room in android app , and subscribed to that room from admin panel .
Then sentchat , it shows done on response in admin panel.
But not geting anythinh in android app.
warpClient.addNotificationListener(this);
warpClient.addChatRequestListener(this);
@Override
public void onChatReceived(final ChatEvent chatEvent) {
Log.e("Chat ","Message > "+chatEvent.getMessage());
}