aws-samples / amazon-ivs-broadcast-android-sample

MIT No Attribution
9 stars 8 forks source link

Is there a way to generate stream key from the SDK? #7

Closed AxelDavalosR closed 2 years ago

AxelDavalosR commented 2 years ago

Hi, this tool is amazing. Just checking your repository, it is not an issue, but I have a question:

It assumes you already have the channel and stream key. But is there a way to generate stream keys or the channel itself from the SDK? or that can be achieved only with the web page where you create channels?

bclymer commented 2 years ago

Hi @AxelDavalosR, at the moment we have no plans to add any APIs to manage channels to the SDK. I would recommend running your own backend that communicates with the IVS API, and then expose that data securely to your application.