Google Hangouts iOS application URL schemes

♀尐吖头ヾ 提交于 2019-12-12 09:18:20

问题


The url schema for Google drive is googledrive:// , Similar to this i need Hang outs Schema. I want to open Google hangout app from native code


回答1:


 com.google.hangouts://

I found that above schema will work for Hangouts




回答2:


Here is how start:

Chat

com.google.hangouts://textchat?p=g[ID_USER]

Video

com.google.hangouts://textchat?p=g[ID_USER]



来源:https://stackoverflow.com/questions/36182069/google-hangouts-ios-application-url-schemes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!