Skip to content

Commit

Permalink
Add 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-choic committed Aug 3, 2022
1 parent c0ec67f commit 3526874
Show file tree
Hide file tree
Showing 11 changed files with 62 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### 1.9.1 (Aug 03, 2022 UTC)
* Fixed a bug where the packet loss rate was negative.
* Changed the `startedAt` property of DirectCall to public
* Improved stability

### 1.9.0 (Dec 9, 2021 UTC)
For 1.9.0, a feature to delete a room in Group call is released.
* Added `onDeleted()` in `RoomListener` which is invoked when the room has been deleted by the Platform API.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Platform](https://img.shields.io/badge/platform-android-orange.svg)](https://github.com/sendbird/sendbird-calls-android)
[![Languages](https://img.shields.io/badge/language-java-orange.svg)](https://github.com/sendbird/sendbird-calls-android)
[![Maven](https://img.shields.io/badge/maven-v1.9.0-green.svg)](https://github.com/sendbird/sendbird-calls-android/tree/master/com/sendbird/sdk/sendbird-calls/1.9.0)
[![Maven](https://img.shields.io/badge/maven-v1.9.1-green.svg)](https://github.com/sendbird/sendbird-calls-android/tree/master/com/sendbird/sdk/sendbird-calls/1.9.1)
[![Commercial License](https://img.shields.io/badge/license-Commercial-brightgreen.svg)](https://github.com/sendbird/sendbird-calls-android/blob/master/LICENSE.md)

## Table of contents
Expand Down Expand Up @@ -80,7 +80,7 @@ allprojects {
```groovy
dependencies {
implementation 'com.sendbird.sdk:sendbird-calls:1.9.0'
implementation 'com.sendbird.sdk:sendbird-calls:1.9.1'
}
```

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e730b3b45f71bda15164a80aea389c9a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cf98d038231946146a7e8ad76cf3600d36a1230d
46 changes: 46 additions & 0 deletions com/sendbird/sdk/sendbird-calls/1.9.1/sendbird-calls-1.9.1.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sendbird.sdk</groupId>
<artifactId>sendbird-calls</artifactId>
<version>1.9.1</version>
<packaging>aar</packaging>
<name>SendBird Calls Android SDK</name>
<description>SendBird is simplest solution for chat and messaging. It enables your app to engage and retain your users in real-time.</description>
<url>https://www.sendbird.com/</url>
<inceptionYear>2019</inceptionYear>
<licenses>
<license>
<name>SendBird Calls SDK License</name>
<url>https://github.com/sendbird/sendbird-calls-android/blob/master/LICENSE.md</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.sendbird.sdk</groupId>
<artifactId>sendbird-webrtc</artifactId>
<version>1.0.4390</version>
<type>aar</type>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.5.31</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.getkeepsafe.relinker</groupId>
<artifactId>relinker</artifactId>
<version>1.4.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d80693dea172835b74120acef139aef4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1cb12f8fa9a200962cc0defb63fd15413d469403
5 changes: 3 additions & 2 deletions com/sendbird/sdk/sendbird-calls/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.sendbird.sdk</groupId>
<artifactId>sendbird-calls</artifactId>
<versioning>
<release>1.9.0</release>
<release>1.9.1</release>
<versions>
<version>0.6.0</version>
<version>0.6.1</version>
Expand Down Expand Up @@ -37,7 +37,8 @@
<version>1.7.0</version>
<version>1.8.0</version>
<version>1.9.0</version>
<version>1.9.1</version>
</versions>
<lastUpdated>20211209060127</lastUpdated>
<lastUpdated>20220803074819</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion com/sendbird/sdk/sendbird-calls/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a70c068a60e916ad8a8026507ea4cc5b
a7dcbc21ae03cbd6465eb186f8323c87
2 changes: 1 addition & 1 deletion com/sendbird/sdk/sendbird-calls/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7e4fbb111ef85ebd96f7c0399611b1d63fa46c34
363beb93d859d83ec02a5735cf58f14a24d11642

0 comments on commit 3526874

Please sign in to comment.