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

@@ -514,6 +514,9 @@ final class MetalVideoRenderingView: UIView, VideoRenderingView {
}
}
}
func updateLayout(size: CGSize, transition: ContainedViewLayoutTransition) {
}
}
@available(iOS 13.0, *)