问题
Is there any limit for number of participants in a room of group type in Twilio Video API? In the documentation is specified a limit for peer-to-peer type but said nothing about group type rooms.
UPDATE: Twilio mentioned limit for 50 participants per room in the article in their blog. It looks like a very small number. Is it still the same?
https://www.twilio.com/blog/2017/05/announcing-programmable-video-group-rooms.html
回答1:
Twilio developer evangelist here.
The maximum number of participants in a group room in Twilio Video is 50. In a peer to peer room, it is 10.
Twilio Video is intended for group chats, not for broadcasting or other one to many use cases.
When you use a peer to peer room in Twilio Video, each peer has to send their media stream to each other peer in the room and receive streams from all other peers. This is why the limit is just 10.
When you use a group room in Twilio Video, each participant sends their stream to a central server that mixes the video of all the participants and sends one stream back. In this case, the server needs to do more work as each participant joins, the maximum is 50.
来源:https://stackoverflow.com/questions/47059947/is-there-any-limit-for-number-of-participants-in-a-room-in-twilio-video-api