简体   繁体   English

将Google Talk,语音和语音翻译集成到iOS应用中

[英]Integrate Google Talk, voice & transalation in iOS app

I want to integrate Google Talk, voice & transalation in my iOS app. 我想在我的iOS应用中集成Google Talk,语音和翻译。 I tried this link 我尝试了这个链接

I just show me my contact list. 我只是给我看我的联系清单。 How can I start chatting or voice call from this ? 如何从中开始聊天或语音通话? If any one have idea or any other solution to integrate above services in my iOS app ? 如果有人有想法或任何其他解决方案将上述服务集成到我的iOS应用程序中?

Thanks 谢谢

For chat, use XEP-0045 要进行聊天,请使用XEP-0045

For voice, Google Talk uses libjingle which is a C++ implementation of XEP-0166 / XEP-0167 对于语音,Google Talk使用libjingle ,它是XEP-0166 / XEP-0167的C ++实现。

For translation, you may need to find an implementation of XEP-0171 对于翻译,您可能需要找到XEP-0171的实现。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 iOS App 中集成 Google Wallet? - How to integrate Google Wallet in iOS App? 将Google Analytics跟踪集成到IOS应用程序中 - Integrate Google Analytics Tracking Into IOS App 将Google云消息传递集成到iOS应用中 - Integrate Google cloud messaging in iOS app 将Google帐户登录集成到iOS应用中 - Integrate Google account login into a iOS app 我可以像在Google搜索栏中那样在IOS的搜索小部件中集成语音识别功能吗? - Can I integrate voice recognition feature in search widget in IOS as in google search bar? 如何将新的Google地图应用与ios应用集成 - How to integrate new Google map app with ios app 让iOS应用与我的家庭服务器通话 - Getting iOS app to talk to my home server 是否可以以编程方式将 Google 翻译集成到 iOS App 中(Swift 4)? - Is it possible to integrate Google translation in iOS App programmatically (Swift 4)? 如何将Google Analytics(分析)集成到iOS Phonegap应用的MainView中(而不是内部)? - How to integrate Google Analytics in the MainView (not inside) of a iOS Phonegap App? 如何将IOS应用程序集成Google脚本(Web应用程序)? - How to integrate google script (web app) with IOS application?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM