Jitsi widget: RoomVC: Show it in the banner when there is an active jitsi conference in a room.

This commit is contained in:
manuroe
2017-08-04 13:47:50 +02:00
parent 68c8465aec
commit a493c445cd
5 changed files with 102 additions and 0 deletions
+9
View File
@@ -17,6 +17,8 @@
#import <MatrixKit/MatrixKit.h>
#import "WidgetManager.h"
/**
The data source for `RoomViewController` in Vector.
*/
@@ -32,4 +34,11 @@
*/
@property(nonatomic) BOOL markTimelineInitialEvent;
/**
Check if there is an active jitsi widget in the room and return it.
@return a widget representating the active jitsi conference in the room. Else, nil.
*/
- (Widget *)jitsiWidget;
@end