AgileVentures / Paironauts

To find a pair partner any time!
MIT License
7 stars 5 forks source link

feedback about whether the mob is live #14

Open tansaku opened 6 years ago

tansaku commented 6 years ago

I'm wondering if we can get feedback from jitsi about how many people are in the mob? something we were looking at (and not much progressed on) in websiteone https://github.com/AgileVentures/WebsiteOne/issues/1728

there is an API for jitsi:

https://github.com/jitsi/jitsi-meet/blob/master/doc/api.md

yakryder commented 6 years ago

You can get the number of participants in the conference with the following API function:

var numberOfParticipants = api.getNumberOfParticipants();