Jitsi widget: Add [WidgetManager closeWidget] and use it for jitsi conference

This commit is contained in:
manuroe
2017-08-17 12:17:07 +02:00
parent b4210d4495
commit fd100e1a11
6 changed files with 156 additions and 9 deletions
@@ -63,8 +63,10 @@
@param ongoingConferenceCallPressed the block called when the user clicks on the banner.
video is YES if the user chose to join the conf in video mode.
@param ongoingConferenceCallClosePressed the block called when the user clicks on the banner close button.
nil means do not display a close button.
*/
- (void)displayOngoingConferenceCall:(void (^)(BOOL video))ongoingConferenceCallPressed;
- (void)displayOngoingConferenceCall:(void (^)(BOOL video))ongoingConferenceCallPressed onClosePressed:(void (^)(void))ongoingConferenceCallClosePressed;
/**
Display a "scroll to bottom" icon.