Conference updates

This commit is contained in:
Isaac
2025-04-15 17:49:31 +04:00
parent 77bfc86c6f
commit c7269fa310
20 changed files with 218 additions and 129 deletions

View File

@@ -1530,6 +1530,9 @@ final class VideoChatScreenComponent: Component {
return
}
self.inviteLinks = value
if case let .group(groupCall) = self.currentCall, let groupCall = groupCall as? PresentationGroupCallImpl {
groupCall.currentInviteLinks = value
}
})
self.reconnectedAsEventsDisposable?.dispose()