You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: