aws-samples / amazon-transcribe-live-meeting-assistant

MIT No Attribution
68 stars 24 forks source link

Non admin users are unable to see meetings started with Virtual Participant #98

Closed rstrahan closed 1 month ago

rstrahan commented 2 months ago

Describe the bug

The new user based access control restricts non admin users to have visibility only of meetings that they initiated.. This works fine for meetings streamed via the Chrome browser extension, or from Stream Audio tab, but does not work with meetings started from the Virtual Participant (preview) method

This is because that code is not modified to capture and pass the user's cognito token, and therefore UBAC does not assosiate the call with the user.

rstrahan commented 1 month ago

Fixed in v0.2.1