i need to make a link throug which one can join the meeting. I'm currently using the demo sample of AWS chime SDK for javascript. or if I can use the meeting ID to let the participants use it to join the meeting..
Asked
Active
Viewed 473 times
2
-
I'm actually trying to do something similar. Any luck? – ronaldosantana Jun 17 '20 at 05:22
-
not a particular solution but passing parameter with the URL and using in the meetingv2.ts instead of fetching it from the form submission helped me and while the page appear I have change the form element to **display:none** and shown only progress bar – PHP buddy Jun 17 '20 at 18:05
-
So you actually need the front end SDK to accomplish this? I thought by only creating the meeting would give you all you need? – ronaldosantana Jun 17 '20 at 19:50
-
yup because aws doesn't support much in that... You can try https://github.com/aws/amazon-chime-sdk-js/tree/master/demos/singlejs this too – PHP buddy Jun 17 '20 at 20:09
-
@PHPbuddy your link you posted is broken, now there are just browser and serverless in those demos – Pepe Alvarez Sep 01 '21 at 16:52