mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
Disable status change notifications when join/leave notifications are disabled.
This commit is contained in:
@@ -195,10 +195,14 @@ var interfaceConfig = {
|
||||
*/
|
||||
ENABLE_SCREENSHOT_CAPTURE: false,
|
||||
|
||||
// If true, presence status: busy, calling, connected etc. is not displayed
|
||||
/**
|
||||
* If true, presence status: busy, calling, connected etc. is not displayed.
|
||||
*/
|
||||
DISABLE_PRESENCE_STATUS: false,
|
||||
|
||||
// If true, notifications regarding joining/leaving are no longer displayed
|
||||
/**
|
||||
* If true, notifications regarding joining/leaving are no longer displayed.
|
||||
*/
|
||||
DISABLE_JOIN_LEAVE_NOTIFICATIONS: false,
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user