Skip to content

Commit

Permalink
delay in stop
Browse files Browse the repository at this point in the history
  • Loading branch information
Afrahexotel committed Nov 25, 2024
1 parent 2d5be2e commit 30bb234
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Exotel-Voice-Sample/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [1.0.11] 25-11-2024
* [VST-881]
** Adding delay in stop function, and checking system state (Fatal message crash fix)

## [1.0.10] 30-09-2024
* [VST-842]
** pj_pool_release crash fix
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,10 @@ public class VoiceAppService {
}

extension VoiceAppService: ExotelVoiceClientEventListener {
public func onAlreadyIntialized() {
VoiceAppLogger.debug(TAG: TAG, message: "In onAlreadyIntialized")
}

public func onInitializationSuccess() {
VoiceAppLogger.debug(TAG: TAG, message: "Initialization Success")
NotificationCenter.default.post(name: NSNotification.Name(rawValue: initSuccessKey), object: nil, userInfo: ["payload": "success"])
Expand Down

0 comments on commit 30bb234

Please sign in to comment.