Skip to content

Commit

Permalink
3.9.2 release (#168)
Browse files Browse the repository at this point in the history
* 3.9.2 release

* reverted Webex Calling NewCall notifications payload through webhook.
  • Loading branch information
rsarika authored Aug 11, 2023
1 parent 4a59bf7 commit de480de
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

#### 3.9.2 Releases

- `3.9.2` Releases - [3.9.2](#392)

#### 3.9.1 Releases

- `3.9.1` Releases - [3.9.1](#391)
Expand Down Expand Up @@ -140,7 +144,18 @@ All notable changes to this project will be documented in this file.
#### 0.9.137 Releases

- `0.9.137` Releases - [0.9.137](#09137)
-

## [3.9.2](https://github.com/webex/webex-ios-sdk/releases/tag/3.9.2)
Released on **11 Aug, 2023**.
### Added
- New API added `Phone.dialPhoneNumber(_ address: String, option: MediaOption, completionHandler: @escaping (Result<Call>) -> Void)` to dial only phone numbers.
- New API `CallHistoryRecord.isPhoneNumber` to denote if the number dialled in call record was a phone number.

### Updated
- FIXED: Enabling preservation of AVRoutePickerView choices for audio/video output in pre-meeting/call screens.
- FIXED: Removed Camera permissions and H264 prompt for audio only flows.
- FIXED: Call failed or meeting failure issue due to mediaTimeout.

## [3.9.1](https://github.com/webex/webex-ios-sdk/releases/tag/3.9.1)
Released on **19 June, 2023**.
### Added
Expand Down Expand Up @@ -730,4 +745,4 @@ Released on 2016-05-19.
Released on 2016-05-12.

#### Added
- Initial release of Cisco Spark SDK.
- Initial release of Cisco Spark SDK.

0 comments on commit de480de

Please sign in to comment.