twilio / twilio-video-app-ios

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

Update internal token endpoint #182

Closed timrozum closed 2 years ago

timrozum commented 2 years ago
  1. Made changes to the internal build variant so that it uses the same REST interface to fetch a token as the community build. This way we don't have to support two completely different backends in the same app.
  2. Simplified handling of backend errors because it was more complex than it needed to be. It's better but error handling in this app needs a larger refactor.
  3. Removed local topology (room type) setting because the new token endpoint does not support this feature. This setting only existed for the internal build. To test room types that are not group use the quick deploy backend which has a deploy option for this.
  4. Deleted old files found in VideoApp/VideoApp/API/Passcode that were on the file system but not used in the Xcode project.