The approuch here is to open source the Apps and Web services sifde of things and integrate with as many different CPaaS providers as possible (e.g. Twilio, Sinch, Restcomm, Etc..) we think there is no value today of building another SIP/WebRTC backend, we want to give a head start to developers that need a working IOS, Android app for group and one to one messaging, conferencing, and voice calling.
Live Demo on App Store: https://itunes.apple.com/us/app/o2-app/id1363104848?mt=8
Tested on over 32k Live Users: https://ottusers.telecomsxchange.com
Signup:
- Ready to use your Twilio Account SID - Token for sending OTPs
- Can easily switch signup OTPs to your own HTTP API.
Video Calls:
- Twilio Programmable Video Dependant (Up to 4 people at the same time currently supported)
- Possible to use another SDK for initiating videos
Audio Calls
- Up to 10 participents at the same time
- Twilio support already built in for Audio, Possible to switch to another SDK
Chat
- Unlimited particpents support
- Audio Voice Message support
- Image Sharing support
- Location Sharing Support
======================== Third Party libraries implemented ============================
- TwilioChatClient --> TwilioChatClient is use to for chat
- TwilioAccessManager --> TwilioChatClient is use to hand twili token even like expire, update etc
- TwilioVideo --> O2 use TwilioVideo for video & audio call, video & audio conference
- GooglePlaces
- GooglePlacePicker
- GoogleMaps --> Google Map & Place API use to send curren or other location on chat
- Fabric
- Crashlytics --> Fabric use for crash report of O2 app.
- Alamofire --> Alamofire user for webservice call
- SwiftyGif --> SwiftyGif use to show gif image
- SKPhotoBrowser --> SKPhotoBrowser use for create O2 folder on Photos app of device
- SwipeCellKit --> SwipeCellKit use on table view for swipe on tableview cell
- DropDown --> DropDown show dropdwon on Chatlist screen for short cut of video & audio conference
- SlackTextViewController
- SwiftRangeSlider'
=============== Chat Client====================
- Token URL For ChatClient : "https://[DOMAIN]/backend/ws/index.php/token"
=============== Group video & Audio call and Conference ====================
identity = user mobile no with contry code roomName = roomname is any unique roomname
Token URL For video = "https://[DOMAIN]/backend/ws/videoToken?identity=%@&roomName=%@"
=============== End ===================================================
git clone project
cd project-directory
brew install cocopods
pod install
Open workspace file in Xcode 10.1 (Later version do not support Swift3)
TODO