A demo Kotlin Android phone application intended as an educational tool to demonstrate how you can build a real-time collaborative live streaming experience with Amazon IVS.
This project is intended for education purposes only and not for production usage.
You must have the ApiUrl
from the Amazon IVS Multi-host Serverless Demo.
- Clone the repository to your local machine.
- Open the repository in Android Studio, or an IDE of your choice.
- Open
app/build.gradle
file and set constants for:- Replace
<API_URL>
with theApiUrl
output from the Amazon IVS Multi-host Serverless Demo. Do NOT remove the escaped quotations\"
- If you are using Android Studio, the app will ask to sync the project since the gradle file has been changed. Select Sync now to sync.
- Replace
- Run the application on an emulated device or a physical device running API level 33 or later.
IMPORTANT NOTE: Joining a stage and streaming 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.