Conference call: Add ongoing conference call banner

This commit is contained in:
manuroe
2016-08-08 18:40:22 +02:00
parent 577e067825
commit 06c106b972
6 changed files with 129 additions and 3 deletions
@@ -54,6 +54,14 @@
*/
- (void)displayTypingNotification:(NSString*)labelText;
/**
Display an ongoing conference call.
Replace the current notification if any.
@param labelText the current typing message.
*/
- (void)displayOngoingConferenceCall:(NSString*)labelText;
/**
Remove any displayed information.
*/