Skip to content

Commit

Permalink
Merge pull request #113 from webex/3.6.0
Browse files Browse the repository at this point in the history
3.6.0
  • Loading branch information
rohits5-cisco committed Aug 24, 2022
2 parents 06cb932 + 9bb730a commit f4f5b39
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 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.6.0 Releases
- `3.6.0` Releases - [3.6.0](#360)

#### 3.5.0 Releases
- `3.5.0` Releases - [3.5.0](#350)

Expand Down Expand Up @@ -58,6 +61,29 @@ 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.6.0](https://github.com/webex/webex-android-sdk/releases/tag/3.6.0)
Released on **24 August, 2022**.
#### Added
- `call.setMediaStreamCategoryC(participantId: String, quality: MediaStreamQuality)` to pin the participant's stream with the specified params if it does not already exist. Otherwise, update the pinned participant's stream with the specified params.
- `call.removeMediaStreamCategoryC(participantId: String)` to remove the pinning of a participant's stream.
- `Webex.startUCServices()` to start login process of CUCM
- `Webex.retryUCSSOLogin()` in case UC sso login expires or requires a retry.
- `Webex.forceRegisterPhoneServices()` to handle `RegisteredElsewhere` error.
- New class `CallHistoryRecord`.
- `webex.ucCancelSSOLogin()` which cancels currents SSO authentication for CUCM login.
- New callback `showUCSSOBrowser()` to notify when user needs to show SSO Browser.
- New callback `hideUCSSOBrowser()` to notify when user needs to hide SSO Browser.
- New callback `onUCSSOLoginFailed(failureReason: UCSSOFailureReason)` to notify app when SSO login fails.
- New Enum `UCSSOFailureReason` to indicate CUCM SSO Login failure reason.
#### Updated
- Fixed - Added Support for message with video and thumbnail
- Fixed - Post message api was returning the message object with mentions as empty array
- Fixed - List message api bug fixes to return correct data before a provided date or id and honouring max values
- Fixed - CUCM login for SSO authentication
- Fixed - CUCM call history
- Renamed callback `showUCSSOLoginView(ssoUrl: String)` to `loadUCSSOViewInBackground(ssoUrl: String)`
- `Phone.getCallHistory()` to return `CallHistoryRecord`s instead of `Spaces`

---
## [3.5.0](https://github.com/webex/webex-android-sdk/releases/tag/3.5.0)
Released on **7 June, 2022**.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ The Cisco Webex Android SDK makes it easy to integrate and secure messaging, mee

All contents are licensed under the Cisco EULA

See [License](LICENSE.txt) for details.
See [License](LICENSE.txt) for details.

0 comments on commit f4f5b39

Please sign in to comment.