SincCalling_Swift is a sample application for app to app calling using Sinch framework (https://www.sinch.com/). This application is similar to the application you get while you download Sinch SDK from official website, but this is written in Swift.
Steps to Run this app:
-
Go to the project directory location in terminal & run pod install which will install the necessary dependency.
-
Register yourself at Sinch.
-
Register your app in Sinch, you'll get the Application Key and Secret.
-
Paste the Application Key & Secret in initSinchClientWithUserId method of AppDelegate.
-
That's it Go Ahead & Run.
To Update Sinch SDK in future :
As Sinch SDK is installed via. CocoaPod, all we need to do to is run pod update for the project.