Conference call: Let users join confs as voice or video #574

This commit is contained in:
manuroe
2016-09-06 13:30:06 +02:00
parent 8a5e60a4dd
commit 342f102c2a
5 changed files with 67 additions and 31 deletions
@@ -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.