Hello,
Actually I am working on a studio conference using react js , WebRTC and wowza streaming engine
my main objectif is to get the users connected ( joined the room conference ) but i don’t know how for that i am here to ask if someone has an idea about how can i access to the users connected using wowza API .
I will be appreciated if you give me the process to manage the guests
Thank you very much in advance
Rachid.
Traditionally this would be a work involving shared objects. However looks like it isn’t plugged into the JavaScript side yet. So what you will need is a custom module thing. This is how the flow of things can be.
- Authenticate users on connect have them send in username or something to identify them
- On successful authentication and connection push the user details into a local java data structure or a database.
- On disconnect remove details from local data structure or database.
- Create own api using custom http providers to retrieve that information from browser on demand.