siprix_voip_sdk_ios 1.0.12
siprix_voip_sdk_ios: ^1.0.12 copied to clipboard
iOS implementation of the Siprix VoIP SDK plugin for embedding voice-over-IP (VoIP) audio/video calls based on SIP/RTP protocols into Flutter applications.
siprix_voip_sdk_ios #
The iOS implementation of siprix_voip_sdk
.
Siprix VoIP SDK plugin for embedding voice-over-IP (VoIP) audio/video calls based on SIP/RTP protocols into Flutter applications.
Plugin implements ready to use SIP VoIP Client with ability to:
- Add multiple SIP accounts
- Send/receive multiple calls (Audio and Video)
- Manage calls with: hold, mute microphone/camera, play sound to call from file, send/receive DTMF,...
- Join calls to conference, blind and attended transfer
- Secure SIP signaling (using TLS) and call media (using SRTP)
- Detect network changes and automatically update registration/switch and restore call(s) media
- Echo cancelation and noise suppression
- Create BLF/Presence subscriptions and monitor state of remote extension(s)
- Embedded CallKit support in iOS version of plugin
Usage #
This package is endorsed, which means you can simply use siprix_voip_sdk
normally. This package will be automatically included in your app when you do,
so you do not need to add it to your pubspec.yaml
.