[WIP] Call UI

This commit is contained in:
Isaac
2023-12-02 00:20:01 +04:00
parent ee71901167
commit 1157ed10ce
4 changed files with 123 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ private func interpolate(from: CGFloat, to: CGFloat, value: CGFloat) -> CGFloat
return (1.0 - value) * from + value * to
}
private final class CallVideoNode: ASDisplayNode, PreviewVideoNode {
final class CallVideoNode: ASDisplayNode, PreviewVideoNode {
private let videoTransformContainer: ASDisplayNode
private let videoView: PresentationCallVideoView