Where to find AVAYA Stationlink SDK Doc? - avaya

Where should i get AVAYA statiinlink SDK reference. I tried to find it but no luck?
Can anybody gives me some links for that?
Thanks in advance..

Avaya DevConnect site has opened up their SDK's and programming environment to any developer now.
Simply sign up at : http://www.devconnectprogram.com/
You can then access all the SDK's for Avaya telephony you want.
Enjoy!

Related

which IVR framework is suitable in UAE region?

We want to build IVR based application for a client in UAE.
The user can ask a query and a voice enabled bot can resolve the query on the other end.
If anyone knows suitable framework for this could be a big help.
Thank you
If you whish to build a phone service based on asterisk, you can try voximal, it's a VoiceXML framework, with TTS and STT.
If you want to build an IVR you can use any SIP framework with media capabilities. You can check Adhearsion framework for reference.

Openfire Meeting iOS Implementation

I have set up openfire on my EC2 ubuntu server with openfire meetings installed.
Focus user, test users, group chat and ofmeet are configured using admin console http://myserver:9090/.
Multi users video conference is working properly on chrome browser using https://myserver:7443/ofmeet/?r=testroom.
Now i want to implement this in an iOS app and i have no idea where to start.I did look into some demo projects but still unable to figure it out.
Can someone please help with this? If anyone has worked with something like this please let me know. Thanks
Try the following jitsi projects
https://github.com/jitsi/jitsi-meet-ios
Or
https://github.com/jitsi/react-native-webrtc
The Openfire Meetings plugin is an implementation that wraps various Jitsi projects (such as VideoBridge and Meet). To create a native client that works with Openfire Meetings, it is advisable to use the native client implementations as provided by the Jitsi project.
A good place to start are the React-Native based SDKs that are part of Jitsi Meet:
https://github.com/jitsi/jitsi-meet/tree/master/ios
https://github.com/jitsi/jitsi-meet/tree/master/android

how to upgrade ios sdk for google glass app development

I am new bie to xcode.I want to create google glass app in ios.I googled many sites.But didn't find proper information regarding this and even want to know how to upgrade google glass API in xcode. please give any links and suggestions to develop sample google glass app in xcode.Thanks for your suggestions in advance.
You'll be using the Mirror API, which is a REST based web API. Although the Google Objective C library supports the Mirror API, there is not a lot of documentation on its use. You can see the Mirror API documentation for generic guidance which you will need to apply to the specific ObjC implementation.
Update: While you don't need to download or use this library, if you don't, you'll need to use HTTPS calls to Google's servers instead. You should read the documentation about the Mirror API at https://developers.google.com/glass/

How to access an IMAP Server using the iOS SDK

Are there any classes/frameworks within the iOS SDK which can be used to easily access an IMAP server?
I do NOT what to write a new Mail app. I just need the basic IMAP functions like check for new message, download messages, etc.
So far I have found MailCore but as far as I can tell it is for MacOS and not iOS.
Thank you very much for your help!
Andrei
There is a remail project so you can look into it... there is no public iOS framework for dealing with IMAP as much as I know...

BlackBerry:Accessing Google Maps API's on Blackberry platform?

I am developing an application, which should be able to access Google Maps and it's API set on Blackberry platform?
I want to programmatically,
1. search for current location information
2. Places information like famous places, malls, restaurants and other details etc.
using Google Map API's.
How do i access Google Map API's to achieve this in Blackberry platform? If not possible,
How do i achieve this in Blackberry platform in any other way?
From which version of Blackberry(SDK and Device version), these things will be possible to implement?
I googled it, and found some links related this like below, those doesn't helped me.
http://supportforums.blackberry.com/t5/Java-Development/Google-Map/td-p/21412;jsessionid=760CF8E4A2DAA4B5A31BC2ACD1F09998
BlackBerry and map based apps like Yelp and Google Map
Thanks in Advance.
i have implemented the google static map with navigation control, please find the code here http://www.mediafire.com/?sce8x11y9o9jcs3 add comments and update back.. thanks

Resources