Jonathan

Results 5 comments of Jonathan

Support for OAuth would definitely be a good addition to the wrapper! @aubruz Do you already have the implementation ready? If so, you would do me a big favour by...

@aubruz Thanks so much! I’ll use that :)

We’re having a similar issue in Safari on iPadOS (version 14.2) using [twilio-video-app-react](https://github.com/twilio/twilio-video-app-react). The employee (using iPadOS) is often hearing the customer (on a ‘random’ device) with a robotic voice...

You can force-reload the React app to make it work: ```jsx import * as Updates from "expo-updates"; I18nManager.allowRTL(false); I18nManager.forceRTL(false); Updates.reloadAsync(); ```