aws-samples / amazon-ivs-real-time-basic-web-demo

This repository contains a basic real-time video streaming application built with Amazon IVS, next.js, and AWS CDK. The real-time video streaming in this app is powered by Amazon IVS Real-time Streaming and the Amazon IVS Web Broadcast SDK.
https://ivs.rocks/examples
MIT No Attribution
3 stars 1 forks source link

Enhancement: Generate QR Code For Invite Link #2

Closed recursivecodes closed 2 months ago

recursivecodes commented 3 months ago

It would be awesome if the app could generate a QR code and display it in a dialog when clicking the 'Copy Invite Link' button. This would make it very easy to demo this application during a presentation or workshop so that a guest can scan the code and quickly join the session.

slee-aws commented 2 months ago

@recursivecodes - I've implemented a basic version of this in the following PR: https://github.com/aws-samples/amazon-ivs-real-time-basic-web-demo/pull/4.

Please check out the branch and let me know if it works for you use-case. Thanks!

slee-aws commented 2 months ago

Merged #4