Which service to embed a videochat easily on a website? [closed] - api

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm working on a new website and I'd like to add a videochat feature. So I'm looking for services giving an API to do that easily.
Here is the list of features I need:
1-to-1 chat (a user can chat with an other one)
video
voice
chat
be able to know if somebody is currently chatting
user-friendly
working on all standard configurations (for example ooVoo doesn't work on safari 64bit)
Thank you!

Not sure if you're still looking for an answer, but http://www.tokbox.com/ looks pretty awesome for this

Related

Non speech recognition ( Whistle, etc.. ) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I want to build an app that recognizes sounds like whistle and other non speech sounds.
So when someone whistles, method is called or something happens.
Is there any API for that?
I searched a lot but I couldn't find anything.
Try the following guides:
http://mobileorchard.com/tutorial-detecting-when-a-user-blows-into-the-mic/ (a bit old, but should do the trick)
Detecting a clap in IOS
Essentially you can use the AVAudioRecorder class that does the job for you.

I want to know main things to learn before starting module development in Prestashop? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to know main things to learn before starting module development in Prestashop ?
Some use full website url's and videos , tutorials which will cover up important points and also clear my concepts .
This is a broad question, but let me give you some advice.
1) Google for How to develop Prestashop Modules.
2) Search for youtube videos on youtube
3) Search for some books for Prestahsop
4) Read Prestashop documentation http://doc.prestashop.com/display/PS15/English+documentation
The place to start from is http://doc.prestashop.com/dashboard.action
Recently I found a good tutorial at http://www.technoreply.com/how-to-create-a-prestashop-1-5-module/
I hope it helps

Voice over Internet Protocol (VoIP) Objective C [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I was looking into Voice over Internet Protocol (VoIP) and thought to try it myself.
https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/AdvancedAppTricks/AdvancedAppTricks.html
I have already gone through the below link:
iOS: Open Source VoIP/SIP Objective-C Code
I need to try sample or demo application with code so that can understand the concept behind. Thanks.
Try Linphone and Siphone with pjsip. Linphone works great out of the box, siphone need a litle tweaking.

Framework or service like Votebox [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I love the Votebox section on the support site for Dropbox. It lets users suggest features and prioritize development.
I always assumed it was powered by a third-party service (kind of like Getsatisfaction.com), but from what I can tell it's proprietary.
Does anyone know of an open-source project, SaaS service, or the like, sporting similar features and polish?

Free maps api and geocoding [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have to develop an commercial application with mapping.
I can't use Google Maps because of the 10k$/year for the premier API...
I tried Mapstraction with OpenStreetMap, nice but with some limitations.
There is no geocoding available apparently.
Is there a good free(or affordable) service available anywhere with mapping & geocoding functionnalities ?
Thanks
If this question is still valid, I think you should check Open Data Map APIs, in Open Web Services section. No limits, no signup tricks to get the API keys, everything free for real!
There is a pull in github for the feature : https://github.com/mapstraction/mxn/pull/98