react-native-webrtc / react-native-callkit

#deprecated iOS 10 new CallKit framework for React Native
ISC License
122 stars 67 forks source link

Video call flashes native UI #19

Open bsiddiqui opened 6 years ago

bsiddiqui commented 6 years ago

My understanding is that for video calls you route to your video components when answering an incoming call. Whenever I do that, the native UI flashes for a second before showing my component. Is there a way to prevent that?

ianlin commented 6 years ago

Sorry in my project I only need voices at the moment so I haven't played with video yet. Feel free to post your solutions here if you figure it out. Cheers!