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
VideoPlayerViewController: Reduce the number of updateInterface calls
The updateAudioInterface calls were being made too many times, including
during the phase of preparation of the playback leading to applying
constraints of the videoOutputView on views that were not properly
instanciated yet.
It was causing some glitches on the interface.
0 commit comments