A demo Android application in Kotlin intended as an educational tool to demonstrate how you can build a feed of real-time streams and audio rooms with Amazon IVS.
This project is intended for education purposes only and not for production usage.
You must deploy the Amazon IVS Real-time Serverless Demo. After deploying the serverless demo, note the outputs: QR code
, Customer ID
and API key
.
- Clone the repository to your local machine.
- Open the repository in Android Studio, or an IDE of your choice.
- Run the application on an emulated device or a physical device running API level 33 or later.
- When prompted, scan the
QR code
from the Amazon IVS Real-time Serverless Demo.
- If you are unable to scan the QR code, paste the combined
Customer ID
andAPI key
in this format:{Customer ID}-{API key}
when prompted in the app. For example:a1bcde23456f7g-abcDeFghIQaTbTxd0T95
IMPORTANT NOTE: Joining a stage in the app will create and consume AWS resources, which will cost money.
- This app has only been tested on devices running Android 13 and API level 33 or later. While this app may work on older versions of Android, they have not been extensively tested.
- A list of known issues for the Amazon IVS Broadcast SDK is available on the following page: Amazon IVS Broadcast SDK: Android Guide
- Amazon IVS Android Broadcast SDK Guide
- Amazon IVS Android Broadcast SDK Sample code
- More code samples and demos
This project is licensed under the MIT-0 License. See the LICENSE file.