* 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.
6 lines
90 B
JavaScript
6 lines
90 B
JavaScript
// @flow
|
|
export * from './actions';
|
|
export * from './components';
|
|
|
|
import './middleware';
|