Skip to content

Commit

Permalink
Merge pull request #93 from webex/patch/3.2.1
Browse files Browse the repository at this point in the history
[3.2.1 patch]
  • Loading branch information
ankibatr authored Nov 30, 2021
2 parents 9b9c858 + 0f6530f commit 58e14ea
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +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 @@ -46,6 +49,21 @@ All notable changes to this project will be documented in this file.
#### 0.2.0 Releases
- `0.2.0` Releases - [0.2.0](#020)

---
## [3.2.1](https://github.com/webex/webex-android-sdk/releases/tag/3.2.1)
Released on **30 November, 2021**.

#### Added
- `Call.forceSendingVideoLandscape(forceLandscape: Boolean, callback: CompletionHandler<Void>?)` to force landscape video transfer of local video view.
- `Call.getLocusURL()` returns the locus url of the call.

#### Updated
- Fixed - Video resume issue when phone unlocks.
- Fixed - Space title issue for first time login.
- Fixed - setReceivingAudio() API issue when remote participant is muted.
- Fixed - CUCM login callback issue for OAuthAuthenticator.
- Fixed - Crash fix when switching between meetings or space call

---
## [3.2.0](https://github.com/webex/webex-android-sdk/releases/tag/3.2.0)
Released on **25 October, 2021**.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Federal Risk and Authorization Management Program) support from 3.1 onwards.

```
dependencies {
implementation 'com.ciscowebex:androidsdk:3.1.0@aar'
implementation 'com.ciscowebex:androidsdk:3.2.1@aar'
}
```
## Usage
Expand Down

0 comments on commit 58e14ea

Please sign in to comment.