Integrate Google Talk, voice & transalation in iOS app - ios

I want to integrate Google Talk, voice & transalation in my iOS app. 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 ?
Thanks

For chat, use XEP-0045
For voice, Google Talk uses libjingle which is a C++ implementation of XEP-0166/XEP-0167
For translation, you may need to find an implementation of XEP-0171

Related

IOS Swift application and Google Analytics questions

I want to create a small chat application of IOS swift and I am still a beginner in it but I have some experience and knowledge with android studio. Also, I am not very familiar with Google analytics, thus I apologize if the following questions seem ridiculous or easy:
1) Can I use Google Analytics to track a user's behaviour on IOS Swift?
2) My specific concern if I can track how much each user will use the keyboard or voice recording message?
3) Do you recommend or suggest any resource to tutor IOS Swift or Google Analytics?
Here is a guide to implementing Google analytics into an iOS app, there documentation is normally pretty good.
https://developers.google.com/analytics/devguides/collection/ios/v3

Is it possible to stream voice to directline API from native app on iOS using Swift or Objective-c

I have a bot that leverages all the cool tech that comes with botframework, e.g. LUIS, QnA maker, adaptivecards, etc. The bot works well and I can use WebChat to connect to and ask questions and get responses. However, I now need native iOS (and eventually Android) app that can perform much like webchat does but I do not want to embed webchat in a web control in native app. I plan to have voice always on leveraging something like snowboy or picovoice for hotword to wake app and send commands to bot - users would ask things like "hey bot what is weather in Boston" and get presented with result message or adaptivecard.
Is voice steaming to directline API from Swift on iOS possible (I know most things are possible so any pointers would be greatly appreciated)? Or am I approaching from wrong angle and perhaps there is better/easier way to achieve my goal?

GoogleWebRTC Audio Video Calling iOS

I want to develop one audio-video calling application. So, I have decided to use Google WebRTC, so Google WebRTC is good for calling functionality?. Is Google WebRTC support to Conference Calling?. If it is not, then what are the different limitation of Google WebRTC? Please suggest me another calling SDK's for iOS Swift.

Connecting 2 IOS Apps Through a Video Call

I've been developing an app and it seems I've ran into a brick wall. I'm trying to create a video connection between two apps (similar to how the uber driver app connects with the uber rider app-etc.) Basically I need to be able to allow one app to create a 1:1 video call to another app. Just a nod in the right direction would be greatly appreciated!
I think the most common and reliable approach for this is to use some WebRTC based solution. There are several SDK that provide such an experience. I've used Sinch, Twilio and Icelink
Some of them requires you to purchase a license.

Is Google Maps IOS SDK free to use?

We have a commercial web application and we are planning to develop android and iOS apps(free) for our customers
Is google maps ios sdk is free to use in my app?
we want to open google maps app from our app using custom url scheme to show driving directions. Does this approach have any restrictions?
There is nice FAQ about your questions on Google Developers website:
Is google maps iOS SDK free to use in my app?
Yes
we want to open google maps app from our app using custom url scheme to show driving directions. Does this approach have any restrictions?
Google Map API for Business - Usage Limits
The google maps iOS sdk is free for use. i have already integrated google map api functionality on one of my phonegap application. After making some minor changes in to the sdk you can enable the real time navigation on the google map as well.
so you can do a lot with the google sdk.
Hope this will help.
It actually depends, if you are using advanced feature eg Street View, it charges, but for basic feature, it is free for native app, but JS query is not free (eg wrapped by Webview) is not free.
Checkout the official website for more detail and accrete information: https://developers.google.com/maps/documentation/ios-sdk/usage-and-billing

Resources