Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages