Skip to content

Commit

Permalink
Add 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-nathan-park committed Mar 12, 2021
1 parent 816adfc commit bc6cbe4
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
## Change Log

### 1.5.3 (Mar 12, 2021 UTC)
- Added `startScreenShare(mediaProjectionPermissionResultData: Intent, handler: CompletionHandler?)` in `DirectCall`.
- Added `stopScreenShare(handler: CompletionHandler?)` in `DirectCall`.
- Added `isLocalScreenShareEnabled` in `DirectCall`.

### 1.6.0-beta (Feb 17, 2021 UTC)
Sendbird Calls SDK version 1.6.0 supports the early access program for group calling. New concepts introduced in this version center around **rooms** and **participants.**

Expand Down
4 changes: 2 additions & 2 deletions README.md
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.5.2-green.svg)](https://github.com/sendbird/sendbird-calls-android/tree/master/com/sendbird/sdk/sendbird-calls/1.5.2)
[![Maven](https://img.shields.io/badge/maven-v1.5.3-green.svg)](https://github.com/sendbird/sendbird-calls-android/tree/master/com/sendbird/sdk/sendbird-calls/1.5.3)
[![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 @@ -69,7 +69,7 @@ Download and install the SDK using `Gradle`.

```groovy
dependencies {
implementation 'com.sendbird.sdk:sendbird-calls:1.5.2'
implementation 'com.sendbird.sdk:sendbird-calls:1.5.3'
}
```

Expand Down
Binary file not shown.
@@ -0,0 +1 @@
cccb7bea696df5e64dc4303accd26855
@@ -0,0 +1 @@
1813604425dbce49dca573414ace4648f6a24c40
Binary file not shown.
@@ -0,0 +1 @@
0da36aa5de12e674539515023b63b271
@@ -0,0 +1 @@
33024130839410c2bcb6965ffa9139a483063f2c
52 changes: 52 additions & 0 deletions com/sendbird/sdk/sendbird-calls/1.5.3/sendbird-calls-1.5.3.pom
@@ -0,0 +1,52 @@
<?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.5.3</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>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-android-extensions-runtime</artifactId>
<version>1.3.72</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sendbird.sdk</groupId>
<artifactId>sendbird-webrtc</artifactId>
<version>1.0.4147</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.3.72</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.getkeepsafe.relinker</groupId>
<artifactId>relinker</artifactId>
<version>1.4.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
@@ -0,0 +1 @@
590d85afc71297979c3d5f11dd965e28
@@ -0,0 +1 @@
ffb6738c781867cf5e14a0e04e811395c1cd07c8
5 changes: 3 additions & 2 deletions com/sendbird/sdk/sendbird-calls/maven-metadata.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>com.sendbird.sdk</groupId>
<artifactId>sendbird-calls</artifactId>
<versioning>
<release>1.6.0-beta</release>
<release>1.5.3</release>
<versions>
<version>0.6.0</version>
<version>0.6.1</version>
Expand Down Expand Up @@ -31,7 +31,8 @@
<version>1.5.1</version>
<version>1.5.2</version>
<version>1.6.0-beta</version>
<version>1.5.3</version>
</versions>
<lastUpdated>20210217080816</lastUpdated>
<lastUpdated>20210312085005</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion com/sendbird/sdk/sendbird-calls/maven-metadata.xml.md5
@@ -1 +1 @@
7f10d2a539d515924b60d04bb05d6192
e1b772c871aa8c66d2aaa179e3f2a986
2 changes: 1 addition & 1 deletion com/sendbird/sdk/sendbird-calls/maven-metadata.xml.sha1
@@ -1 +1 @@
1b52503c22ac4930d33f9a43f5e41ed78fba0392
c414bebe931f2517916d0c79d3d2ea0866c289d6

0 comments on commit bc6cbe4

Please sign in to comment.