How can I get the number of publishers in a session?

I want to get the current number of people publishing in a current session.
I use React, React Native, Javascript.

Is there no way to catch how many publishers are in a current session?

If you are creating your own application, why don’t you add a counter when a publisher is connected/disconnected to the sesion for handling that?

Also the documentation says that the Session.streamManagers property returns a collection of all StreamManager of the session (publishers and subscribers). HERE

So the answer is YES, there are a way to check how many publishers are in the session.