twilio / video-quickstart-ios

Twilio Video Quickstart for iOS
https://www.twilio.com/docs/api/video
MIT License
457 stars 177 forks source link

VIDEO- 6817 Fix app freeze issue for swift applications #628

Closed dipankadas closed 2 years ago

dipankadas commented 2 years ago
  1. The utils method for access token fetching was happening on main thread. This network request was blocking the main thread so made that method asynchronous by using URLSession.
  2. fixed the constraint issue for the video quick start example.
  3. All the changes are tested locally on physical device.

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.