Original sample description & setup guide - http://quickblox.com/developers/SimpleSample-videochat-ios
If you want to build your own iOS VideoChat app, please do the following:
- download the project from here (GIT)
- register a QuickBlox account (if you don't have one yet): http://admin.quickblox.com/register
- log in to QuickBlox admin panel http://admin.quickblox.com/signin
- create a new app and create two users in that app - IMPORTANT: make the username and the password for each user the same. For example: if you make the first username johntest1 it needs to have the password also as johntest1
- click on the app title in the list to reveal app details:
- copy credentials (App ID, Authorization key, Authorization secret) into your VideoChat project code along with the two users you created. Since the username and the password are the same, you do not need to put separately the username and password in the code but only the name (for example johntest1) along with the ID of the user in the file /VideoChat-sample-ios/AppDelegate.m
- Enjoy!


