Skip to content

Latest commit

 

History

History
90 lines (61 loc) · 4.19 KB

CHANGELOG.md

File metadata and controls

90 lines (61 loc) · 4.19 KB

Changelog

All notable changes to this project will be documented in this file.


2.6.0 (01/24/2017)

Released on Thursday, March 9, 2017.

Added

Fixed

  • Sipproxy can be set to nil (#60)[VoIPGRID#60]
  • Check if completion block are present before calling (#63)[VoIPGRID#63]
  • When destroying pjsip, app doesn't crash (#68, #70)[VoIPGRID#70]
  • When call is declined, proper SIP response is sent. (#75)[VoIPGRID#75]

2.5.0 (01/24/2017)

Released on Tuesday, January 24, 2017.

Added

2.4.0 (01/18/2017)

Released on Wednesday, January 18, 2017.

Added

  • Added custom ringtone if file is present (#49)[VoIPGRID#49]

Fixed

  • Remove if check on error pointer when creating VSLCall (#49)[VoIPGRID#49]

2.3.0 (01/18/2017)

Released on Wednesday, January 18, 2017.

Added

  • Show stats after call in example app (#46)[VoIPGRID#46]
  • Added log callback so that implementing app can get logs (#47)[VoIPGRID#47]

2.2.0 (01/13/2017)

Released on Friday, January 13, 2017.

Added

  • Enable TCP or UDP switch in the Example app (#42)[VoIPGRID#42]

Fixed

  • VSLAudiocontroller forward declaration is replaced by importing header. (#37)[VoIPGRID#37]
  • Start monitoring network changes after the call started. (#38)[VoIPGRID#38]
  • Update VIA headers when sending reINVITES. (#38)[VoIPGRID#38]
  • When transport is on UDP, transport isn't shutdown on network change. (#38)[VoIPGRID#38]
  • Proximity sensor is activated when the call is active (#41)[VoIPGRID#41]

2.1.0 (01/09/2017)

Released on Monday, January 9, 2017.

Added

Fixed

2.0.1 (12/09/2016)

Released on Friday, December 9, 2016.

Fixed

2.0.0 (12/08/2016)

Released on Thursday, December 8, 2016.

Added

  • Integration for CallKit
  • add support media and sip stun (#15)[VoIPGRID#15]

Fixed