Skip to content

Commit

Permalink
3.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
knamoach committed Apr 19, 2022
1 parent c3b1fc3 commit bff8217
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
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.4.0 Releases
- `3.4.0` Releases - [3.4.0](#340)

#### 3.3.0 Releases
- `3.3.0` Releases - [3.3.0](#330)

Expand Down Expand Up @@ -52,6 +55,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.4.0](https://github.com/webex/webex-android-sdk/releases/tag/3.4.0)
Released on **19 April, 2022**.

#### Added
- New enum `Call.MediaQualityInfo` to denote media quality
- New observer `CallObserver.onMediaQualityInfoChanged` to get media quality events
- `Text.html(html: String): Text` to send html text
- `Text.markdown(markdown: String): Text` to send markdown text

#### Updated
- Fixed - Crash when remote user starts or stops sharing
- Fixed - Call pipeline improvement
- Fixed - List messages before messageId not returning messages
- Fixed - Text object type incorrect on received messages
- Fixed - Message sender details incorrect in integration usecase


#### Deprecated
- Sending multiple formats of text in the same message is not supported. Below text constuctors are deprecated
- `Text.markdown(markdown: String, html: String?, plain: String?): Text`
- `Text.html(html: String, plain: String?): Text`

---
## [3.3.0](https://github.com/webex/webex-android-sdk/releases/tag/3.3.0)
Released on **15 February, 2022**.
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cisco Webex Android SDK

> The Cisco Webex™ Android SDK Version 3.3.0
> The Cisco Webex™ Android SDK Version 3.4.0
The Cisco Webex Android SDK makes it easy to integrate secure and convenient Cisco Webex messaging and calling features in your Android apps.

Expand All @@ -26,6 +26,7 @@ This SDK is built with **Android SDK Tools 29** and requires **Android API Level
- [Sample App](#sample-app)
- [API Reference](#api-reference)
- [FedRAMP Testing Guide](#fedramp-testing-guide)
- [Media Quality Indicator](#media-quality-indicator)
- [License](#license)

## New Integration
Expand Down Expand Up @@ -79,7 +80,7 @@ Federal Risk and Authorization Management Program) support from 3.1 onwards.

```
dependencies {
implementation 'com.ciscowebex:androidsdk:3.3.0@aar'
implementation 'com.ciscowebex:androidsdk:3.4.0@aar'
}
```
## Usage
Expand Down Expand Up @@ -632,6 +633,9 @@ For a complete reference to all supported APIs, please visit [Webex Android SDK
## FedRAMP Testing Guide
For complete testing guide, please visit [FedRAMP Testing Guide](https://github.com/webex/webex-android-sdk/wiki/Android-SDK---FedRAMP-Environment)

## Media Quality Indicator
For Media Quality Events related APIs see [Media Quality Indicator](https://github.com/webex/webex-android-sdk/wiki/Media-Quality-Indicator)

## License

All contents are licensed under the Cisco EULA
Expand Down

0 comments on commit bff8217

Please sign in to comment.