How we can implement Audio Video call using xmpp jingle in ios swift - ios

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 hours ago.
Improve this question
I have implement chat using xmpp openfire now i want to implement audio video call using jingle xmpp with openfire server. How can we achieve this in ios swift?
I am not getting anything regarding jingle in xmpp using openfire server.

Related

How to use Twilio to voice call from browser pc to esp32? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
How to use Twilio to voice call from browser pc to esp32?
I want to find ways to telemedicine with esp32-cam to stream video and now I'm finding for audio stream too, please suggest me.
Twilio developer evangelist here.
The Twilio Voice SDKs and the Twilio Video SDKs both support iOS, Android and web browsers. There is no support for Arduino/esp32. If you can run a web browser on the esp32, then you might be able to use the JavaScript SDKs.

Swift IOS: control incoming calls [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am a newbie in IOS development. I'm trying figure out how can I control (answer, reject, mute) incoming calls.
Thanks in advance.
UPDATE for iOS 10
We can now block unwanted calls.
Check the CallKit framework
The CallKit framework provides programmatic access to VoIP functionality, as well as call blocking and identification.
For iOS 9
You can't do that with your any application. These are system calls and you cannot reject, mute or control incoming calls by your development.
I don't know about jailbreak phones. May be you can do if you are in jailbreak mode and have access to private APIs.
But without jailbreak, you just can't do it.

iOS and Mechanical Turk [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want to develop an iOS app which can upload an image from the device to be processed in an HIT on Amazon Mechanical Turk and the text result can be relayed back to the iOS device.
I know there is no native iOS API for Mechanical Turk, but is there a way to go around that by using something else perhaps?
Thanks!
You shouldn't use the Amazon API directly from your app, because in that case you would need to distribute your AWS access key & secret with the app. (I'll let you figure out why this would be bad thing)
You need a backend for your app, from where you'd send work items to the Amazon service, and notify the iOS app instance upon completion.

Build a chat application using google accounts in ios using xmpp or any other framwork [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I m new in ios and i have to make a simple chat app using or fetching gmail accounts in my app.I already saw the mobile.tutsplus tutorial.But he is using his own server ejabbered.But i have to use the gtalk or gmail server.I found that i have to use the XMPP framework for that.
Please tell me that how to use this XMPP framework or any other if that is better.If u have any sample app using XMPP pleaseshow.
Thanks in advance.
Using XMPP is very good and easy approch.By using this you can get Buddy list and presence status of the Buddies.
To use XMPP first you need to add XMPP framework to your project and you need to import some class and need to call some delegate methods.Follow the below Tutorial for integrating the XMPP in your project.
https://github.com/robbiehanson/XMPPFramework

facebook chat in delphi? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to connect to facebook chat from my delphi application , change the status message or post something on the wall? Do u know any way i can acomplish this ?
If you want to connect to Facebook Chat with Delphi, check out this XMPP library for Delphi. Facebook chat uses XMPP as its communication protocol.
If what you want is change your Facebook status or post some stuff to the wall, you need to use Facebook API through Delphi. Maybe taking a look al Delphibook might help.
Face book chat uses the XMPP or Jabber Protocol
Other Similar questions on SO
jabber-xmpp-library-for-delphi-7
any-complete-library-for-jabber-in-delphi
Exodus is what we plan on trying in house, http://code.google.com/p/exodus/
As For Posting things on the wall, i think you have to register with Facebook to use the Facebook API

Resources