[MM-31987] Allow camera use for jitsi (#1443)
* [MM-31987] allow camera use for jitsi * update message for access
This commit is contained in:
@@ -77,7 +77,13 @@
|
||||
}
|
||||
],
|
||||
"hardenedRuntime": true,
|
||||
"gatekeeperAssess": true
|
||||
"gatekeeperAssess": true,
|
||||
"entitlements": "./build/entitlements.mac.plist",
|
||||
"entitlementsInherit": "./build/entitlements.mac.plist",
|
||||
"extendInfo": {
|
||||
"NSMicrophoneUsageDescription": "Microphone access may be used by Mattermost plugins, such as Jitsi video conferencing.",
|
||||
"NSCameraUsageDescription": "Camera access may be used by Mattermost plugins, such as Jitsi video conferencing."
|
||||
}
|
||||
},
|
||||
"dmg": {
|
||||
"background": "resources/osx/DMG_BG.png",
|
||||
|
Reference in New Issue
Block a user