Move Jitsi view controller to CallPresenter

This commit is contained in:
ismailgulek
2021-03-19 17:33:07 +03:00
parent 7614d1e0e8
commit edc56177c0
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]? {