There are previous discussions here regarding starting a Google Hangout from an intent on Android: start google hangouts in android
How can I start a Google Hangout
hey i think you try this.
Intent sky = new Intent("android.intent.action.VIEW", Uri.parse("https://talkgadget.google.com/hangouts/extras/talk.google.com/myhangout"));
startActivity(sky);
You just need to give the url of the hangout, but unfortunately google suspended the named hangots, so this url every time changes.