mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Screen sharing in 1-to-1 calls
This commit is contained in:
@@ -129,7 +129,7 @@ public final class SharedWakeupManager {
|
||||
|
||||
let hasActiveCalls = (callManager?.currentCallSignal ?? .single(nil))
|
||||
|> map { call in
|
||||
return call?.account.id == account.id
|
||||
return call?.context.account.id == account.id
|
||||
}
|
||||
|> distinctUntilChanged
|
||||
|
||||
|
||||
Reference in New Issue
Block a user