balena-io-experimental / meetbot

A Google Meet bot to make meetings frictionless
GNU Affero General Public License v3.0
32 stars 13 forks source link

Stenographer returns the same names and images for caption events #89

Closed vipulgupta2048 closed 2 years ago

vipulgupta2048 commented 2 years ago

Stenographer has broken the meet transcription feature. While debugging, I found that even while having multiple users on the meet then the transcription was being generated using the same name and image of the person. The data received from the problematic caption event is mentioned below.

{
  image: 'https://lh3.googleusercontent.com/a-/AOh14GigH5zYWQA4OaIiQhNQhsqzrrOjBUvvbWDdrTuv=s40-p-k-no-mo',
  person: 'Vipul Gupta',
  text: 'Hello, checking the transcript,  checking the transcript. ',
  startedAt: '2022-05-10T16:01:15.043Z',
  endedAt: '2022-05-10T16:01:28.044Z',
  id: 'dea879a21a26'
}
{
  image: 'https://lh3.googleusercontent.com/a-/AOh14GigH5zYWQA4OaIiQhNQhsqzrrOjBUvvbWDdrTuv=s40-p-k-no-mo',
  person: 'Vipul Gupta',
  text: 'He transcript from another user. ',
  startedAt: '2022-05-10T16:01:15.043Z',
  endedAt: '2022-05-10T16:02:28.043Z',
  id: 'dea879a21a26'
}
{
  image: 'https://lh3.googleusercontent.com/a-/AOh14GigH5zYWQA4OaIiQhNQhsqzrrOjBUvvbWDdrTuv=s40-p-k-no-mo',
  person: 'Vipul Gupta',
  text: 'Checking the transcript now.  Why is the photo?  Same text same. ',
  startedAt: '2022-05-10T16:01:15.043Z',
  endedAt: '2022-05-10T16:03:07.043Z',
  id: 'dea879a21a26'
}