Skip to content
forked from appdios/CallKit

A nice wrapper over iOS CallKit Framework.

License

Notifications You must be signed in to change notification settings

sivawang/CallKit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CallKit

A nice wrapper over iOS CallKit Framework.

How to use:

  • Setup once

    [[ADCallKitManager sharedInstance] setupWithAppName:@"Bolo" supportsVideo:YES actionNotificationBlock:^(CXCallAction * _Nonnull action, ADCallActionType actionType) { }];

  • Report Incoming Call

    NSUUID *callUUID = [[ADCallKitManager sharedInstance] reportIncomingCallWithContact:ontact completion:^(NSError * _Nullable error) { }];

  • Report Outgoing Call

    NSUUID *callUUID = [[ADCallKitManager sharedInstance] reportOutgoingCallWithContact:contact completion:^(NSError * _Nullable error) { }];

About

A nice wrapper over iOS CallKit Framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%