Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
1.44/5 (2 votes)
See more:
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.
Posted
Comments
Richard MacCutchan 6-Aug-15 10:45am    
What does the hangouts documentation say?
ZIAD GS 6-Aug-15 11:33am    
I could not understand the hangouts documentation wich is related to Mobile services. Therefore, i asked this question here for assistance.

1 solution

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
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900