Skip to content

Commit

Permalink
Release 3.2.1 (#118)
Browse files Browse the repository at this point in the history
* Add 3.2.1 changelogs

* Add bug fixes changelog for 3.2.1
  • Loading branch information
bhabalan authored Nov 30, 2021
1 parent 07af3f1 commit 4572769
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.
#### 3.2.1 Releases

- `3.2.1` Releases - [3.2.1](#321)

#### 3.2.0 Releases

- `3.2.0` Releases - [3.2.0](#320)
Expand Down Expand Up @@ -93,6 +97,17 @@ All notable changes to this project will be documented in this file.
- `0.9.137` Releases - [0.9.137](#09137)

---
## [3.2.1](https://github.com/webex/webex-ios-sdk/releases/tag/3.2.1)
Released on 2021-11-30
#### Added
- Added new API `Call.forceSendingVideoLandscape(forceLandscape:completionHandler:)` to set local video view in landscape

#### Updated
- Added new field `locusUrl` to `Call` struct

#### bug fixes
- SpaceUpdated callback now fires after a space name has been decrypted

## [3.2.0](https://github.com/webex/webex-ios-sdk/releases/tag/3.2.0)
Released on 2021-10-18
#### Added
Expand Down Expand Up @@ -128,7 +143,7 @@ Released on 2021-10-18
- Added public constructor for `RemoteFile.Thumbnail` struct
- `Call.isSpeaker` was get only and can be set as well now

## bug fixes
#### bug fixes
- Dial callback not received
- Meeting Signal after restart inconsistency
- Calling Screen Infinite loading - wrong meeting Id dial.
Expand Down

0 comments on commit 4572769

Please sign in to comment.