mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 10:32:46 +02:00
Jitsi widget: RoomVC: Show it in the banner when there is an active jitsi conference in a room.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user