在Android中如何使用环聊进行群组视频通话

问题描述:

如何让我的Android开发的应用程序通过客户端上安装的谷歌视频聊天进行群组视频通话。





Skype鼓励Uri允许开发者进行一对一的视频通话。但是Skype中的Uri无法进行群组视频通话。因此,如果谷歌环聊为开发人员提供api链接Android应用程序和环聊以进行群组视频通话,我就会受伤。

How can I make my android developed app make group video call through the google hangouts which is installed on the client.


Skype provode the Uri to allow the developer to make a one to one video call. But the Uri in skype can not make group video call. Therefore, i am woundring if google hangouts provide the developer an api to link the android app with the hangouts to make group video call.

根据我的研究到现在为止。 Android没有环聊API。



此外,Skype uri for android仅用于一对一的视频通话。



因此,我使用ooVoo视频聊天SDK在我的应用程序中导入群组视频聊天。有关更多信息,请访问此链接 https://developers.oovoo.com/docs [ ^ ]



此外,你还可以找到其他供应商从此链接提供视频聊天SDK https://bloggeek.me/missing-webrtc-paas-report/ [ ^ ]。



谢谢,

z
Based on my research till now. There is no Hangouts api for Android.

In addition, Skype uri for android is only for one to one video call.

Therefor, I used the ooVoo Video Chat SDK to import the group video chat in my application. For more information go to this link https://developers.oovoo.com/docs[^]

In addition, you can find other vendors that provide video chat SDK from this link https://bloggeek.me/missing-webrtc-paas-report/[^] .

Thanks,
z