webex / webex-js-sdk

JavaScript SDK for Webex
https://webex.github.io/webex-js-sdk/
Other
167 stars 334 forks source link

fix(plugin-meetings): update transcription for new voicea payload #3644

Closed mkesavan13 closed 2 weeks ago

mkesavan13 commented 3 weeks ago

COMPLETES SPARK-533905

This pull request addresses

As part of this PR: #3620 breaking changes were made to how captions are emitted in the events. This broke the Transcriptions in the plugin-meetings

by making the following changes

Change Type

The following scenarios where tested

  1. Ensured all the unit tests passed locally
  2. Tested out from the Kitchen Sink app by enabling transcription and seeing if the live captions are generated without any errors
  3. Set the Spoken Language to Hindi and spoke in Hindi. This translated the Caption from whatever I spoke in Hindi to English
  4. Similarly set the Spoken Language back to English and the Caption language to Hindi. This translated the caption to Hindi from whatever I spoke in English. Verified the translation with Google Translate also

I certified that


Make sure to have followed the contributing guidelines before submitting.