https://github.com/siprix/sampleswiftui
Muti-Call, Multi-Account SIP VoIP Client for iOS, SwiftUI includes CallKit implementation.
https://github.com/siprix/sampleswiftui
audio-call callkit sip sip-client sip-sdk swiftui video-call voip voip-application
Last synced: 3 months ago
JSON representation
Muti-Call, Multi-Account SIP VoIP Client for iOS, SwiftUI includes CallKit implementation.
- Host: GitHub
- URL: https://github.com/siprix/sampleswiftui
- Owner: siprix
- Created: 2024-09-07T11:37:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T09:40:00.000Z (8 months ago)
- Last Synced: 2025-01-16T00:02:50.361Z (4 months ago)
- Topics: audio-call, callkit, sip, sip-client, sip-sdk, swiftui, video-call, voip, voip-application
- Language: Swift
- Homepage: https://www.siprix-voip.com/
- Size: 28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SampleSwiftUI
Project contains ready to use SIP VoIP Client application for iOS, written on SwiftUI and also includes CallKit implementation.
As SIP engine it uses Siprix SDK, included in binary form.Application (Siprix) has ability to:
- Add multiple SIP accounts
- Send/receive multiple audio/video calls
- Manage calls with:
- Hold/unhold
- Mute microphone/camera
- Play sound to call from mp3 file
- Record received sound to file
- Send/receive DTMF
- Transfer
- ...Application's UI may not contain all the features, avialable in the SDK, they will be added later.
## Limitations
Siprix doesn't provide VoIP services, but in the same time doesn't have nay backend limitations and can connect to any SIP PBX.
For testing app you need an account(s) credentials from a SIP service provider(s).
Some features may be not supported by all SIP providers.Attached Siprix SDK works in trial mode and has limited call duration - it drops call after 60sec.
Upgrading to a paid license removes this restriction, enabling calls of any length.Please contact [[email protected]](mailto:[email protected]) for more details.
## More resources
Product web site: https://siprix-voip.com
Manual: https://docs.siprix-voip.com
## Screenshots