Skip to content

spacedsweden/SinchCallingUIKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SinchCallingUIKit

Usage

This is a pod that lets you add Sinch calling functionality with a callscreens in minutes, super for fast prototyping. If you want to remote/local push to play a custom sound, place a file called ringback.wav in your mainbundle (yeah I know its apple)

Requirements

Installation

To install it, simply add the following line to your Podfile:

pod 'SinchCallingUIKit',:git=>'https://github.com/spacedsweden/SinchCallingUIKit.git'

AppDelegate

Initiate the callingmanager

[[CallingManager sharedManager] startClientWithKey:@"key" secret:@"i/secret==" userName:userName sandbox:YES launchOptions:options];

Make a call app to app

[[CallingManager sharedManager] callUser:@"usertocall"];

Make a call app to phone

[[CallingManager sharedManager] callNumber:@"+14154251021"];

Author

d, christian.jensen@spaced.se

License

SinchCallingUIKit is available under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published