twilio / twilio-video-app-ios

A collaboration application built with the Twilio Video iOS SDK
Apache License 2.0
248 stars 54 forks source link

Captions bug fixes #211

Closed timrozum closed 2 years ago

timrozum commented 2 years ago
  1. Had to rename ParticipantIdentity to Identity to match what the transcriber was providing.
  2. Simplified captions error handling. Previously errors would not cause captions to stop. This got to be complex to manage the various states and was causing problems. Now when there is an error the captions will stop. The user will have to restart captions if they want to try captions again.
  3. Unrelated to captions, API error handling wasn't quite right so I fixed that.