0

I'm building an app that needs to start a video conference from an iPhone. They way i've implemented it is to first check if Skype is installed, if it is, i start video conferencing with skype. If not, im checking if the Google+ app installed. And if it is i want to open that app with a Google+ username to start a hangout with the user.

an example would be:

[[UIApplication sharedApplication] openURL:"googleplus://username@gmail.com"]

Do you know if this is possible, and whats the correct identifier to call?

bogen
  • 9,954
  • 9
  • 50
  • 89

1 Answers1

1

Currently, there is no way to start a Google+ Hangout with only an API call. However, there is a Google+ Hangouts Button that will start one.

https://developers.google.com/+/hangouts/button

Joanna
  • 2,176
  • 11
  • 16