简体   繁体   English

Quickblox框架中用于视频和音频聊天的最大用户数

[英]Maximum number of user in Quickblox framework for Video and audio chat

I want to integrate group Video and Audio chat functionality with Quickblox framework but have following doubt: 我想将群组视频和音频聊天功能与Quickblox框架集成在一起,但存在以下疑问:

  • Maximum number of user in one group chat . 一组聊天中的最大用户数。
  • Can we perform multiple video chat on same time . 我们可以同时执行多个视频聊天吗?
  • Bandwidth information . 带宽信息。

Note: Please also suggest if you have any better framework option to integrate cross platform video chat (iOS/Android) . 注意:如果您有更好的框架选项来集成跨平台视频聊天(iOS / Android),也请提出建议。

Maximum number of users in a call for QuickbloxWebRTC iOS SDK depends on hardware abilities. 调用QuickbloxWebRTC iOS SDK的最大用户数取决于硬件功能。

Video call 视频电话

For example, iPhone 6s+ can handle up to 7-10 users. 例如,iPhone 6s +最多可以处理7-10位用户。

For iPhone 4s maximum number of users in multi call is 2-4, because iPhone 4s is lack of CPU performance. 对于iPhone 4s,多方通话的最大用户数为2-4,因为iPhone 4s缺乏CPU性能。

Audio call 语音通话

Even with 4s you can have up to 5-10 users at the same time. 即使使用4s,您也可以同时拥有5-10个用户。

6s can handle much more. 6s可以处理更多。

But the great advantage of QuickbloxWebRTC is that you can configure quality and cpu load http://quickblox.com/developers/Sample-webrtc-ios#Manage_local_video_track 但是QuickbloxWebRTC的最大优点是您可以配置质量和CPU负载http://quickblox.com/developers/Sample-webrtc-ios#Manage_local_video_track

If you prefer quality, set Full resolution for peer to peer calls. 如果您喜欢质量,请为对等呼叫设置“全分辨率”。

If you prefer quantity, set Low resolution for peer to peer multi calls. 如果您喜欢数量,请为“对等多呼叫”设置“低分辨率”。

Everything depends on hardware you use, QuickbloxWebRTC doesn't have limits. 一切都取决于您使用的硬件,QuickbloxWebRTC没有限制。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM