Notify for kick and mute (#4328)
* Updates kick showing who kicked us. * Notify participants that someone was kicked. * Shows notification to user who is remotely muted. * Updates the notification type. * Muted by notification for mobile. * Moves code to react and adds the kick notifications to mobile. * Updates lib-jitsi-meet.
This commit is contained in:
@@ -99,17 +99,6 @@ UI.notifyReservationError = function(code, msg) {
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* Notify user that he has been kicked from the server.
|
||||
*/
|
||||
UI.notifyKicked = function() {
|
||||
messageHandler.showError({
|
||||
hideErrorSupportLink: true,
|
||||
descriptionKey: 'dialog.kickMessage',
|
||||
titleKey: 'dialog.kickTitle'
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* Notify user that conference was destroyed.
|
||||
* @param reason {string} the reason text
|
||||
|
||||
Reference in New Issue
Block a user