aws-samples / amazon-chime-media-capture-pipeline-demo

Apache License 2.0
47 stars 19 forks source link

attendeeId missing when clicking 'Join' #112

Closed arunzeli closed 1 year ago

arunzeli commented 1 year ago
image

I deployed successfully but when I click the join button, nothing happens and I am getting the above error. Anyone facing similar issues?

arunzeli commented 1 year ago

I fixed it by adding the roles

aws iam create-service-linked-role --aws-service-name transcription.chime.amazonaws.com

aws iam create-service-linked-role --aws-service-name mediapipelines.chime.amazonaws.com

schuettc commented 1 year ago

Yes, creating the SLRs during the deployment was causing issues with multiple deployments, so I had removed it. Those SLRs are required though.