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
@@ -66,6 +66,13 @@
*/
- (void)displayOngoingConferenceCall:(void (^)(BOOL video))ongoingConferenceCallPressed;
/**
Display an ongoing jitsi conference call.
Replace the current notification if any.
@param ongoingJitsiConferencePressed the block called when the user clicks on the banner.
*/
- (void)displayOngoingJitsiConference:(void (^)())ongoingJitsiConferencePressed;
/**
Display a "scroll to bottom" icon.