From e8cb626c2416d720e9e02be01a4dd85fe84c0d8b Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Sat, 8 May 2021 17:25:15 +0400 Subject: [PATCH] Video Chat Improvements --- submodules/TelegramCallsUI/Sources/VoiceChatController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/submodules/TelegramCallsUI/Sources/VoiceChatController.swift b/submodules/TelegramCallsUI/Sources/VoiceChatController.swift index 074c229fab..003416c9b2 100644 --- a/submodules/TelegramCallsUI/Sources/VoiceChatController.swift +++ b/submodules/TelegramCallsUI/Sources/VoiceChatController.swift @@ -887,7 +887,6 @@ public final class VoiceChatController: ViewController { let revealOptions: [VoiceChatParticipantItem.RevealOption] = [] return VoiceChatParticipantItem(presentationData: ItemListPresentationData(presentationData), dateTimeFormat: presentationData.dateTimeFormat, nameDisplayOrder: presentationData.nameDisplayOrder, context: context, peer: peer, ssrc: peerEntry.ssrc, presence: nil, text: text, expandedText: expandedText, icon: icon, style: peerEntry.style, enabled: true, transparent: transparent, pinned: peerEntry.pinned, selectable: true, getAudioLevel: { return interaction.getAudioLevel(peer.id) }, getVideo: { - return nil if let endpointId = peerEntry.effectiveVideoEndpointId { return interaction.getPeerVideo(endpointId, peerEntry.style != .list) } else {