Move Jitsi view controller to CallPresenter

This commit is contained in:
ismailgulek
2021-03-19 17:33:07 +03:00
parent 08fbc23d45
commit c7c5d51801
8 changed files with 217 additions and 160 deletions
@@ -83,7 +83,7 @@ class RoomGroupCallStatusBubbleCell: RoomBaseCallBubbleCell {
private var isJoined: Bool {
return widgetId != nil &&
AppDelegate.theDelegate().jitsiViewController?.widget.widgetId == widgetId
AppDelegate.theDelegate().callPresenter.jitsiVC?.widget.widgetId == widgetId
}
private var actionUserInfo: [AnyHashable: Any]? {