[MM-31987] Allow camera use for jitsi (#1443)

* [MM-31987] allow camera use for jitsi

* update message for access
This commit is contained in:
Guillermo Vayá
2021-01-18 13:43:13 -08:00
committed by GitHub
parent 413519e927
commit 33f250c32d
4 changed files with 26 additions and 16 deletions

View File

@@ -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",