feat(notifications): provide a way to turn off sticky notifications (#4010)

This commit is contained in:
virtuacoplenny
2019-03-21 14:06:33 -07:00
committed by GitHub
parent 043d4db314
commit ac02a17943
2 changed files with 30 additions and 8 deletions

View File

@@ -193,7 +193,14 @@ var interfaceConfig = {
/**
* Specify the Android app package name.
*/
// ANDROID_APP_PACKAGE: 'org.jitsi.meet'
// ANDROID_APP_PACKAGE: 'org.jitsi.meet',
/**
* Override the behavior of some notifications to remain displayed until
* explicitly dismissed through a user action. The value is how long, in
* milliseconds, those notifications should remain displayed.
*/
// ENFORCE_NOTIFICATION_AUTO_DISMISS_TIMEOUT: 15000,
};
/* eslint-enable no-unused-vars, no-var, max-len */