In-App Chat SDK Android Version 1.3.32 Release

  • Updated

Announce: August 04, 2021

Hi there, Good news! We have made some improvements in chat SDK Android. Below is the list of changes:

  • Remove audio record permission in manifest
  • Implement feature open and close real-time connection function

Example :
for open realtime connection:

QiscusCore.openRealtimeConnection();

for close realtime connection:

QiscusCore.closeRealtimeConnection();

 

**** Please resubscribe to chatRoom/refresh activity when using manually open realtimeConnection in chatRoom after realtimeConnection is connected from eventbus onMqttEvent(QiscusMqttStatusEvent event)

 

@Subscribe
public void onMqttEvent(QiscusMqttStatusEvent event) {
    //boolean isConnected = event == QiscusMqttStatusEvent.CONNECTED;
    //resubscribe

}

 

For further information, feedback, or questions about the changes above, please feel free to drop us some feedback at https://support.qiscus.com/.

Best regards,
Product Team

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.