Skip to content

This public repository provides basic CallKit project in SwiftUI

License

Notifications You must be signed in to change notification settings

x-0o0/Beginning-CallKit-SwiftUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Beginning-CallKit-SwiftUI

This public repository provides basic CallKit project in SwiftUI

License: MIT

Introduction

Image - App Icon

CallKit-SwiftUI project is a SwiftUI project provding examples of CallKit based on Apple WWDC16 CallKit.

What's CallKit?

CallKit is an Apple framework that lets your VoIP app integrate tightly with the native Phone UI. Because CallKit provides only system UI, it doesn't connect caller to receiver.

How to connect caller to receiver?

To connect both users, you need to figure out their IP addresses. However, because of firewall, you can't figure out the addresses directly, but you can via WebRTC framework which is developed by Google. To download and implement your VoIP service, please refer to my pages: WebRTC

Is there better way to implement VoIP service instead using WebRTC directly?

Using WebRTC may take a long time to implement your VoIP service. You also need its server. To save your time, use VoIP framework that you don't need to implement WebRTC actons and server. There are a lot of VoIP frameworks such as SendBirdCalls, Twilio, TokBox and Voxeet.

Is there any sample using VoIP framework with CallKit?

There are some samples using SendBirdCalls with CallKit.

Image - Make Call

Image - Handle Call

Image - CallKit UI

Image - Incoming Call

About

This public repository provides basic CallKit project in SwiftUI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages