diff --git a/Exotel-Voice-Sample/Changelog.md b/Exotel-Voice-Sample/Changelog.md index 521d6fb..fbcfcad 100644 --- a/Exotel-Voice-Sample/Changelog.md +++ b/Exotel-Voice-Sample/Changelog.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [1.0.12] 20-11-2024 +* [VST-899] + ** Added a call to self.onSipStarted() during the Cloudonix initialization process and updated the stop() function to ensure it waits for the completion of each function before proceeding to the next. + ## [1.0.11] 25-11-2024 * [VST-881] ** Adding delay in stop function, and checking system state (Fatal message crash fix) diff --git a/README.md b/README.md index efbed38..3eea976 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # exotel-voip-sdk-ios Contains SDK, integration guide, sample app code and API documentation. -Latest SDK Version : [1.0.11](https://github.com/exotel/exotel-voip-sdk-ios/releases/latest) +Latest SDK Version : [1.0.12](https://github.com/exotel/exotel-voip-sdk-ios/releases/latest) ## Exotel Voice SDK Download the ExotelVoice.framework.zip sdk file and unzip it, follow the instructions provided in [Exotel Voice Client IOS SDK Integration Guide.pdf](https://github.com/exotel/exotel-voip-sdk-ios/blob/main/Exotel%20Voice%20Client%20IOS%20SDK%20Integration%20Guide.pdf). diff --git a/SDK/ExotelVoice-1.0.11.tar.gz b/SDK/ExotelVoice-1.0.11.tar.gz deleted file mode 100644 index 5a0c660..0000000 Binary files a/SDK/ExotelVoice-1.0.11.tar.gz and /dev/null differ diff --git a/SDK/ExotelVoice-1.0.12.tar.gz b/SDK/ExotelVoice-1.0.12.tar.gz new file mode 100644 index 0000000..0e4de3e Binary files /dev/null and b/SDK/ExotelVoice-1.0.12.tar.gz differ