Updates for iPhone

  • Updates of VoIP SIP SDK for Flutter September 4, 2022
    Please download our latest update of VoIP SIP SDK for Flutter. Change log: SDK is now distributed in plugin form, which simplifies integration in 3rd party project Native Flutter(Dart) widget for video views IM-related functionality: method to send IM and events to receive the incoming message or delivery status of a sent message License information support Updated native SDK’s (iOS and Android) Example application ...
  • Update for VOIP SIP SDK for iOS April 7, 2022
    Try new features by downloading our latest update of VoIP SIP SDK for iOS. Change log: SDK licensing using license user and key: same SDK can be used as full or trial with features like single or multiple calls; license key based feature support; Added new option ForceTransportIpVersionReverseNegotiation for ForceTransportIpVersion; Fixed error 502 on some cellular IPv6 networks; ...
  • Update VoIP SIP SDK for iOS June 30, 2021
    Please download our latest update of VoIP SIP SDK for iPhone: Change log: – Framework transitioned to XCFramework format – seemless Swift language support without need to use Bridging Header, just import AbtoSipClientWrapper – updated CallKit Swift sample with latest changes to CallKit handling – advanced CallKit+PushKit Swift sample with common interface wrapped in easy to use class with delegate to adapt ...
  • Update VoIP SIP SDK for iPhone October 31, 2020
    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 calls at once – logging ringtone information – added checks for audio mixer connections (joinAllCallsToConf, setCurrentCall, startRecordingFor, stopRecording, etc) – print RTCP ...
  • Update VoIP SIP SDK for iPhone July 31, 2020
    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 andInviteHeaders:(NSString * _Nullable)headers – Disabled using ‘RecordRoute’ when sending ACK. – Added new setting ‘dontAccessCamera’ – UDP transport fixes
  • Update VoIP SIP SDK for iPhone April 28, 2020
    Please download our latest update of VoIP SIP SDK for iPhone: Change log: – Added ability to receive and handle SIP request in new new events: onCallConnected:(NSInteger)callId remoteContact:(NSString _Nonnull)remoteContact andSipMsg:(NSString \ _Nonnull)sipRequest; onCallDisconnected:(NSInteger)callId remoteContact:(NSString _Nonnull)remoteContact statusCode:(NSInteger)statusCode message:(NSString Nonnull)message andSipMsg:(NSString * Nonnull)sipRequest; – Fixed sending rtp-keepalive when missed real data from mic/camera – Added ability to set Opus FEC config.setUseOpusFec(true/false) – Added property which allows disable/enable ...
  • Update VoIP SIP SDK for iPhone December 30, 2019
    Please download our latest update of VoIP SIP SDK for iPhone: Change log: – Added property: rxLostPackets, txLostPackets; – Added ability to invoke SDK methods from background threads; – Fixed potential crash on video call; – Added DNS SRV.
  • VoIP SIP SDK for IP door phones December 12, 2019
    Secured and protected house, office or even a production hall is what everyone is aimed for. While security guards are not always a conventional method for everyone, the video door phone is a smart watchdog designed to control the access of people to your property. The modern technologies have provided a considerable improvement to video door ...
  • Update VoIP SIP SDK for iPhone September 30, 2019
    Please download our latest VoIP SIP SDK for iPhone: Change log: – Added new property ‘videoQualityMode’ and enum ‘PhoneVideoQualityMode’; – Other fixes and improvements.
  • Update VoIP SIP SDK for iPhone June 30, 2019
    Please download our latest VoIP SIP SDK for iPhone: Change log: – Modifed ‘answerCall’ method Now SDK will stop ringtone only when app invokes answerCall(200); – Added properties, methods: enableAutoSendRtpVideo, enableAutoSendRtpAudio setSendingRtpAudio, setSendingRtpVideo.