I have downloaded the source code of AppRTC android app and able to run the app using the Android Studio.
To start communicating with each other, one needs to join a room by entering it name. By default, AppRTC allows only two participants to join a room. When third participant tries to join a room, it gives error " Room is full".
I want to provide a Group chat functionality to this app, so that more than 2 participants can join same room.
I'm unable to identify the exact class or method where to do changes to make this work. I need help in doing this.