Is there any limit for number of participants in a room in Twilio Video API?

ぃ、小莉子 提交于 2019-12-24 19:54:22

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!