Updates of VoIP SIP SDK for Xamarin

Please download our latest update of VoIP SIP SDK for Xamarin:

Change log:

  • - Updated iOS Framework binding API;
  • - Support for common video resolution setting;
  • - Support for common option to toggle RTP audio and video send;
  • - Ability to toggle logging support on iOS and Android;
  • - Support for common option to setup CA list path for TLS verification;
  • - Move to XCFramework support on iOS instead of Framework;
  • - Support SurfaceView and TextureView in Android;
  • - Moved to AndroidX from Android Support Package;
  • - Fixed transport selection on Android, previously explicitly set to UDP;
Continue reading

Update WebRTC SIP SDK for web

Please download our latest update of WebRTC SIP SDK.
Change log:
  • - outgoing call connection timeout reduced
  • - custom headers for invite messages made possible
  • - customizable user-agent SIP field added
  • - DTMF implemented
  • - possibility to perform multiple simultaneous calls added
  • - video/audio recording implemented
  • - application interface changes (done more consistent, obsolete methods removed, parameters changed, renamings)
  • - possibility to select camera and microphone added
  • - tag added to TO SIP header field
  • - customizable register expiration timeout
  • - some of the deprecation warnings resolved
  • - hold redone to be more flexible with different servers
  • - various fixes
  • - new developer manual written
Continue reading

Update VoIP SIP SDK for iPhone

Please download our latest update of VoIP SIP SDK for iPhone: Change log: – added option ‘videoFps’ to change video capture FPS count – added option ‘videoAvgBps’ to set H264 and VP8 encoder bitrate – added method ‘hangUpAllCalls’ to finish all active … READ MORE

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 iPhone

Please download our latest update of VoIP SIP SDK for iPhone: Change log: – Fixed issue with creating multiple TLS/TCP connections – Added ability to set own headers in outgoing INVITE request via new method (NSInteger)startCall:(NSString * _Nonnull)destination withVideo:(BOOL)video andSipCallId:(NSString * _Nullable)sipCallId … READ MORE