This message was deleted.
# cloud
s
This message was deleted.
d
Hey @brief-beard-20267 , yes - there is a limit to 100 audio and 100 video tracks per participant in Cloud. we'll document this limitation more clearly moving forward.
b
Hey @dry-elephant-14928, thanks for clarification. Is there any way to detect if these limits are hit (e.g. some event) or do I simply need to keep count?
d
Hey @brief-beard-20267, currently there are no events that are sent when this is the case. question: what is your use case that requires you to subscribe to so many users at the same time?
b
Hey @dry-elephant-14928, I’m trying to handle large rooms where I need to switch audible participants as quickly as possible. Keeping all connections alive and only disabling/enabling the tracks seems to be quite a bit faster than subscribing/unsubscribing. However, I guess a combination of toggling subscriptions and enablements will also do the trick.
👍 1
d
thanks for the details @brief-beard-20267 we are working on improving support for really large rooms with server-side muxing of audio tracks. we do expect this to be there within the next 2-3 months
b
That sounds very interesting @dry-elephant-14928! Does that mean that you are muxing the data of several audio tracks into a single multichannel track or does that involve some form of MCU-like downmixing?