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 iPhone

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; – … READ MORE

Update VoIP SIP SDK for Android

Please download our latest update of VoIP SIP SDK for Android. Change log: – Fixed possible crash in timer implementation; – Fixed sending ACK to server; – Added ability to set REGISTER headers; – Fixed G729 for arm64 platform; – Enabled OPUS FEC. … READ MORE

Update VoIP SIP SDK for Windows

Please download our latest update of VoIP SIP SDK for Windows: Change log: – Added new event ‘OnRegistered2’, Provides more precise control on registration status of each account; – Fixed possible freezing in method ‘Shutdown’; – Optimized mediasubssytem’s log ouput, … READ MORE

Update VoIP SIP SDK for Android

Please download our latest VoIP SIP SDK for Android. Change log: – Redesigned internal service implementation. Now it’s running in background and updates registration. When received incoming call service notifies app via sending broadcast message. Service continues running even after removing app … READ MORE

Update VoIP SIP SDK for Android

Please download our latest VoIP SIP SDK for Android. Change log: – Redesigned internal service implementation. Now it’s running in background and updates registration. When received incoming call service notifies app via sending broadcast message. Service continues running even after removing app … READ MORE

Update VoIP SIP SDK for Windows

Download an important update of VoIP SIP SDK for Windows: https://voipsipsdk.com/products/voip-sip-sdk/download – Added ability to play HTTP streams; – Fixed bug with handling SIP port number when few SDK instances started; – Added ability to use a few audio devices at the … READ MORE

Update VoIP SIP SDK for iPhone

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.