=================
This is the basic iOS Sample Application for the ooVoo SDK. It will let you create a conference and join other devices into your conference and test out all the features of the ooVoo SDK, including multi-party audio and video chat, in-call messaging and video filters.
This is released under an Apache 2.0 License, except for the ooVooSDK-iOS.framework bundle which is separately licensed as per ooVoo's Developer End User License Agreement.
Please visit ooVoo SDK site to register and obtain a development token and AppID.
We now support integration via CocoaPods. Just add the following to your Podfile:
pod 'ooVooSDK-iOS', '~> 1.5.0.73'
If you need help with the SDK or this app you can find us on #ooVoo on freenode, @oovoodev on twitter and email sdk.support@oovoo.com.
After you clone this repo, you will have the ooVooSDK-iOS.framework file into your root directory. To authenticate, you can either pre-populate your credentials in Classes -> Supporting Files -> LoginParameters.h with your AppID, Token, Back-end URL and ConferenceID or when ooVooSample is running, go to Settings, scroll down your list of apps until you see ooVooSample, tap it and put in your credentials.
Most problems with authentication can be easily solved by killing the app (i.e. double tap home screen and flick the app up) and then checking your credentials in the file or copy/paste them into settings again and restart the app.