Hide Video Conferencing when muted (#19175)

This commit is contained in:
akabhirav
2022-10-19 14:48:58 +05:30
committed by GitHub
parent 16c28c788d
commit 1cfce6182d
9 changed files with 134 additions and 32 deletions

View File

@@ -1 +1,42 @@
{"version":"1.0","name":"Video Conference","properties":{"mute_camera_and_microphone_hotkey":{"value":{"win":false,"ctrl":false,"alt":false,"shift":true,"code":73,"key":""}},"mute_microphone_hotkey":{"value":{"win":false,"ctrl":false,"alt":false,"shift":true,"code":68,"key":""}},"mute_camera_hotkey":{"value":{"win":false,"ctrl":false,"alt":false,"shift":true,"code":86,"key":""}},"selected_camera":{"value":"USB Video Device"},"toolbar_position":{"value":"Bottom center"},"toolbar_monitor":{"value":"All monitors"},"camera_overlay_image_path":{"value":""},"theme":{"value":"light"},"hide_toolbar_when_unmuted":{"value":false}}}
{
"version": "1.0",
"name": "Video Conference",
"properties": {
"camera_overlay_image_path": { "value": "" },
"toolbar_hide": { "value": "Never" },
"mute_camera_and_microphone_hotkey": {
"value": {
"win": false,
"ctrl": false,
"alt": false,
"shift": true,
"code": 73,
"key": ""
}
},
"mute_camera_hotkey": {
"value": {
"win": false,
"ctrl": false,
"alt": false,
"shift": true,
"code": 86,
"key": ""
}
},
"mute_microphone_hotkey": {
"value": {
"win": false,
"ctrl": false,
"alt": false,
"shift": true,
"code": 68,
"key": ""
}
},
"selected_camera": { "value": "USB Video Device" },
"theme": { "value": "light" },
"toolbar_monitor": { "value": "All monitors" },
"toolbar_position": { "value": "Bottom center" }
}
}