I'm trying ooVoo video chat SDK because I need to integrate video chat into my Android app and everything's working fine except that I can't figure out how to get a list of connected users.
I can make a call to a user if I enter its ID but what if I don't know it? I'd like to create a popup with a list of connected users so I can select one and make a video call but don't know how to do it. Anyone knows how to do this?
Thanks in advance.