Try new features by downloading our latest update of VOIP SIP SDK for iOS.
Continue readingVoIP SIP SDK
When Skype Moves On, Your Business Moves Forward?
Many teams have relied on services like Skype for years — it was easy, familiar, and did the job. But when tools change, shut down, or become less reliable, businesses face a serious question: What now? Unlike personal messaging apps, … READ MORE
Update VOIP SIP SDK for Flutter
Try new features by downloading our latest update of VOIP SIP SDK for Flutter. Change log:
Update VOIP SIP SDK for Android
Android SDK change log:
- - changed username to SIP URI in receiver argument of onTextMessageReceived callback
- - disabled code which removes auto dial DTMF suffix
- - SDK target changed to API level 34
- - added RX and TX byte counter to AbtoPhoneMediaQuality
- - added method to specify custom REGISTER headers
- - fixed H264 full HD (1920x1080) video capture
- - added POST_NOTIFICATIONS permission to example apps
- - added FOREGROUND_SERVICE_PHONE_CALL permission and marked service with phoneCall foreground type in example apps
- - updated Java example apps build files to support Android Studios that capable to build Android 14 (API level 34) apps
- - updated Kotlin example apps build files to support Android Studios that capable to build Android 14 (API level 34) apps
Update VOIP SIP SDK for iOS
Try new features by downloading our latest update of VOIP SIP SDK for iOS.
iOS changelog:
- - BREAKING CHANGE: fixed crash on iOS 16+ caused by socket background marking deprecated in iOS 10, this feature was used to operate while in background so that current SDK is unable to work in background on iOS 16+ without using PushKit
- - bumped minimum supported iOS version to 12
- - added methods to modify RTP media packet information
- - added option to remove remote-candidates attribute in SDP
- - added option to preserve media dynamic PT on call hold
- - added rtcp-mux support (UDP, SRTP, ICE)
- - added option to enable outgoing calls with rtcp-mux
- - changed libVersion to a class property, which allows to query SDK version without actual initialization
- - added option to control audio session reset on call end
- - added counters for RX and TX bytes counter in readCallMediaQuality result
- - update logic in OK reply for INVITE request to properly create answer with ice-mismatch in case RTCP-MUX option is enabled
- - fixed wrong INVITE header on CANCEL
- - added multiple call example app
Update VOIP SIP SDK for Windows
Try new features by downloading our latest update for Windows.
Changes list:
- added ICE support to x64 version of SDK
- fixed crash on handling multiple call redirects
- fixed crash on handling hold when call not answered yet
- fixed playing ringtone on receiving/ending multiple calls
- added ability to use random RTP port numbers (set phone.Config.RtpStartPort=0)
Update VOIP SIP SDK for WebRTC
Try new features by downloading our latest update of WebRTC SIP SDK for web.
- Enhanced overall stability of the SDK to reduce crashes and unexpected behavior.
- Improved error handling mechanisms, especially for network-related issues.
- Optimized memory usage to prevent memory leaks during long sessions.
Update VoIP SIP SDK for Android
Please download our latest update of VoIP SIP SDK for Android. Change log: – added option ‘videoFps’ to change video capture FPS count – added option ‘setVideoBitrate’ to set H264 and VP8 encoder bitrate – added option to force STUN resolution for local … READ MORE
Update VoIP SIP SDK for Windows
Please download our latest update of VoIP SIP SDK for Windows:
Change log:
- Added ability to set optional SRTP
'phone.Config.EncryptedCallEnabled = EncryptedCallType::eSdesSrtpOptional'
- Fixed possible crash on generating event 'OnReceivedRequestUpdate'
- Added ability to print number of sent/received audio RTP packets in logs
- Added abiltiy to set range in setting 'phoneCfg.AllowedRemoteIP = "109.68.96.0/8";
- Fixed potential crash when SDK raised OnRegisterer and app uses dll inetrface Continue reading
Update VoIP SIP SDK for Windows
Please download our latest update of VoIP SIP SDK for Windows: Change log: – Added new methods RetrieveCall(int lineId), HoldCall(int lineId) – Fixed C# wrapper – set same class names name as ActiveX interface has – Added ability to set noise reduction … READ MORE