1

Below link shows the latest documentation from Quickblox for Room Chat:

http://quickblox.com/developers/Chat#Group_chat

Code to integrate:

QBRoomChatManager roomChatManager = QBChatService.getInstance().getRoomChatManager();

But this class is not present in the latest library. Please help me on how to implement this?

razor_4040
  • 73
  • 1
  • 4

1 Answers1

0

It's

QBGroupChatManager groupChatManager = QBChatService.getInstance().getGroupChatManager();

Don't forget to check latest Android samples and snippets here

https://github.com/QuickBlox/quickblox-android-sdk

Rubycon
  • 18,156
  • 10
  • 49
  • 70