-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
32 additions
and
21 deletions.
There are no files selected for viewing
File renamed without changes.
24 changes: 24 additions & 0 deletions
24
docusaurus/docs/Android/07-playground/02-stream-api-key.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Stream API Key | ||
description: How to get your Stream API Key | ||
--- | ||
|
||
The Stream API Key is a critical credential that empowers you to construct your own Chat/Video features for your services. To obtain the Stream API Key, you can follow the steps outlined below: | ||
|
||
1. Go to the **[Stream login page](https://getstream.io/try-for-free)**. | ||
|
||
2. If you have a GitHub account, **simply click the "Continue with GitHub" button**, and you'll be able to complete the registration in just a matter of seconds. This process takes around 30 seconds and doesn't require you to complete any forms. | ||
|
||
![Registration](../assets/stream-registration.png) | ||
|
||
3. **Go to the [Dashboard](https://dashboard.getstream.io) and click the Create App** button like the below. | ||
|
||
4. Fill in the blanks like the below and click the **Create App** button. | ||
|
||
![Create New App](../assets/dashboard-create-new-app.png) | ||
|
||
5. You will find the **Key** displayed as shown in the image below; make sure to take note of it for future reference. | ||
|
||
![API Key](../assets/dashboard-api-key.png) | ||
|
||
Your Stream account setup is completed! Now, build your own video calling, audio room, and livestream application 🚀 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
## Stream Video Android Core Proguard Rules | ||
|
||
# Wire protocol buffer model classes | ||
-keep class stream.video.sfu.** { *; } | ||
|
||
-keep class com.squareup.moshi.JsonReader | ||
-keep class com.squareup.moshi.JsonAdapter | ||
-keep class kotlin.reflect.jvm.internal.* { *; } | ||
-keep class kotlin.reflect.jvm.internal.* { *; } | ||
|
||
## Moshi model classes | ||
-keep class org.openapitools.client.** { *; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-596 KB
(13%)
stream-video-android-core/src/main/res/raw/stream_video_call_wait.mp3
Binary file not shown.
Binary file removed
BIN
-350 KB
stream-video-android-ui-common/src/main/res/drawable/stream_video_call_sample.png
Binary file not shown.
Binary file added
BIN
+20.9 KB
stream-video-android-ui-common/src/main/res/drawable/stream_video_call_sample.webp
Binary file not shown.