Conference updates

This commit is contained in:
Isaac
2025-04-08 20:17:13 +04:00
parent 654b258d97
commit a2234e9271
7 changed files with 144 additions and 18 deletions

View File

@@ -86,6 +86,13 @@ class ContactMultiselectionControllerImpl: ViewController, ContactMultiselection
private let onlyWriteable: Bool
private let isGroupInvitation: Bool
private let limit: Int32?
public var isCallVideoOptionSelected: Bool {
guard self.displayNode.isNodeLoaded, let displayNode = self.displayNode as? ContactMultiselectionControllerNode else {
return false
}
return displayNode.isCallVideoOptionSelected
}
init(_ params: ContactMultiselectionControllerParams) {
self.params = params