How to manage meeting when many users

Screenshot from 2021-10-21 11-02-19

From image example
I need to mange video meeting in room then user more than 6
in sub user ( 50 ) can normal produce but i need consume only audio ( if enabled )

sorry i’m not good in English

You can achieve all that with Mediasoup. What is your question exactly?

I need active produce audio only when user not show in screen

Then write corresponding application logic :man_shrugging:

Please read the docs and do your homework. No idea what you are asking for here.

You’re looking for a user-list that can handle off-screen video. Your elements would be designed to hold both audio/video but hidden when audio only left to userlist where you can click the user and adjust their volume. (Client sided work and up to you, not media-soup related).

Sorry for my bad english. What I wanted to achieve is this scenario:

  1. There are a lot of users in the meeting say 50 users
  2. Each user screen only shows 6 peers on the screen
  3. Different user can choose to show different sets of peers.
  4. I want to save bandwidth and ask the server to send the videos of only peers (6 peers) that are on the screen for each user.

Thanks for sharing your goals. Now read the docs and do it.

1 Like