twilio / video-quickstart-ios

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

Video Latency Bug #652

Open nuhpiskin opened 2 years ago

nuhpiskin commented 2 years ago

In the application I made with VideoQuickStart, there is a delay in videoframes. In my application with my own camera module, I have this problem using the variable under AVCaptureVideoDataOutput .alwaysDiscardsLateVideoFrames = true I can fix it. But I would appreciate if you could help me how to do this on tiwilio. In summary, does anyone have an idea how I can access the .alwaysDiscardsLateVideoFrames variable?