mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix call peer id
This commit is contained in:
@@ -613,7 +613,7 @@ public final class PresentationCallImpl: PresentationCall {
|
||||
self.callKitIntegration?.reportIncomingCall(
|
||||
uuid: self.internalId,
|
||||
stableId: stableId,
|
||||
handle: "\(self.peerId.id)",
|
||||
handle: "\(self.peerId.id._internalGetInt64Value())",
|
||||
isVideo: sessionState.type == .video,
|
||||
displayTitle: self.peer?.debugDisplayTitle ?? "Unknown",
|
||||
completion: { [weak self] error in
|
||||
|
||||
Reference in New Issue
Block a user