Voice chat optimizations (video and mic blob)

This commit is contained in:
Isaac
2024-05-31 18:00:30 +04:00
parent 0e668a5fa2
commit b90e3563a3
26 changed files with 2189 additions and 1879 deletions

View File

@@ -226,4 +226,7 @@ final class SampleBufferVideoRenderingView: UIView, VideoRenderingView {
func updateIsEnabled(_ isEnabled: Bool) {
self.isEnabled = isEnabled
}
func updateLayout(size: CGSize, transition: ContainedViewLayoutTransition) {
}
}