androidchatscringo

Using API for opening a chatroom - Scringo Android


I am using Scringo for implementing Group Chat within my Android App. Is there a way in which we can open a particular chatroom through code ? Right now, from the sample applications and API, I found only the below code.

Scringo.openChatRooms(MainActivity.this);

Please let me know how do I

  1. Create a Chatroom programmatically
  2. Open a particular Chatroom programmatically.

Solution

  • Right now Scringo SDK is not providing way to open a chatroom programmatically. They are having their own screens(Activity) to manage the many to many Chat functionality. They are yet to integrate the following features on their Android SDK. 1. Creating Chatrooms programmatically 2. Joining/Opening Chatrooms programmatically

    Source: I got a response from their Support Team. They claim that this feature is available for their IOS sdk. I am not sure.