mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Conference call: Let users join confs as voice or video #574
This commit is contained in:
@@ -58,9 +58,11 @@
|
||||
Display an ongoing conference call.
|
||||
Replace the current notification if any.
|
||||
|
||||
@param labelText the current typing message.
|
||||
@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.
|
||||
*/
|
||||
- (void)displayOngoingConferenceCall:(NSString*)labelText;
|
||||
- (void)displayOngoingConferenceCall:(void (^)(BOOL video))ongoingConferenceCallPressed;
|
||||
|
||||
|
||||
/**
|
||||
Display a "scroll to bottom" icon.
|
||||
|
||||
Reference in New Issue
Block a user