Skip to content

Commit 41d67dd

Browse files
committed
Merge branch 'develop'
2 parents 8ef0ebd + a522f5b commit 41d67dd

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<a href="https://search.maven.org/search?q=stream-video-android"><img src="https://img.shields.io/maven-central/v/io.getstream/stream-video-android-core.svg?label=Maven%20Central" /></a>
99
</p>
1010

11-
This is the official Android SDK for Stream Video, a service for building video call, audio room, and live streaming applications. This library includes both a low-level video SDK and a set of reusable UI components.
12-
Most users start with the Compose UI components, and fall back to the lower level API when they want to customize things.
11+
This is the official Android SDK for [Stream Video](https://getstream.io/video?utm_source=Github&utm_medium=Github_Repo_Content_Ad&utm_content=Developer&utm_campaign=Github_Android_Video_SDK&utm_term=DevRelOss), a service for building video calls, audio rooms, and live-streaming applications. This library includes both a low-level video SDK and a set of reusable UI components.
12+
Most users start with the Compose UI components and fall back to the lower-level API when they want to customize things.
1313

1414
<a href="https://getstream.io?utm_source=Github&utm_medium=Github_Repo_Content_Ad&utm_content=Developer&utm_campaign=Github_Android_Video_SDK&utm_term=DevRelOss">
1515
<img src="https://user-images.githubusercontent.com/24237865/138428440-b92e5fb7-89f8-41aa-96b1-71a5486c5849.png" align="right" width="12%"/>
@@ -27,11 +27,18 @@ With Stream's video components, you can use their SDK to build in-app video call
2727

2828
Stream provides UI components and state handling that make it easy to build video calling for your app. All calls run on Stream's network of edge servers around the world, ensuring optimal latency and reliability.
2929

30+
## 📱 Previews
31+
32+
<p align="center">
33+
<img src="https://github.com/GetStream/stream-video-android/assets/24237865/b7ffc91c-10c5-4d02-8714-d18a5b4c9e00" width="32%"/>
34+
<img src="https://github.com/GetStream/stream-video-android/assets/24237865/a5741658-8f51-4506-92b7-c0e8098725f3" width="32%"/>
35+
<img src="https://github.com/GetStream/stream-video-android/assets/24237865/3cc08121-c8c8-4b71-8a96-0cf33b9f2c68" width="32%"/>
36+
</p>
37+
3038
## 👩‍💻 Free for Makers 👨‍💻
3139

32-
Stream is free for most side and hobby projects.
33-
To qualify, your project/company needs to have < 5 team members and < $10k in monthly revenue.
34-
Makers get $100 in monthly credit for video for free.
40+
Stream is free for most side and hobby projects. To qualify, your project/company needs to have < 5 team members and < $10k in monthly revenue. Makers get $100 in monthly credit for video for free.
41+
For more details, check out the [Maker Account](https://getstream.io/maker-account?utm_source=Github&utm_medium=Github_Repo_Content_Ad&utm_content=Developer&utm_campaign=Github_Android_Video_SDK&utm_term=DevRelOss).
3542

3643
## 💡Supported Features💡
3744

docusaurus/docs/Android/02-tutorials/01-video-calling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you're new to android, note that there are 2 `build.gradle` files, you want t
2929
```groovy
3030
dependencies {
3131
// Stream Video Compose SDK
32-
implementation("io.getstream:stream-video-android-compose:0.0.19")
32+
implementation("io.getstream:stream-video-android-compose:0.1.0")
3333
3434
// Optionally add Jetpack Compose if Android studio didn't automatically include them
3535
implementation(platform("androidx.compose:compose-bom:2023.06.00"))

docusaurus/docs/Android/02-tutorials/02-audio-room.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you're new to android, note that there are 2 `build.gradle` files, you want t
3636
```groovy
3737
dependencies {
3838
// Stream Video Compose SDK
39-
implementation("io.getstream:stream-video-android-compose:0.0.19")
39+
implementation("io.getstream:stream-video-android-compose:0.1.0")
4040
4141
// Jetpack Compose (optional/ android studio typically adds them when you create a new project)
4242
implementation(platform("androidx.compose:compose-bom:2023.06.00"))

0 commit comments

Comments
 (0)