Wowza Community

Guests management in wowza

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.

  1. Authenticate users on connect have them send in username or something to identify them
  2. On successful authentication and connection push the user details into a local java data structure or a database.
  3. On disconnect remove details from local data structure or database.
  4. Create own api using custom http providers to retrieve that information from browser on demand.