added an option to fix the "Zoom can't capture the sound" problem (it is IMPORTANT to choose "share sound" when share screen in Zoom).
This commit is contained in:
@@ -60,6 +60,9 @@ interface AppConfig {
|
||||
chatbox: {
|
||||
default_open: boolean;
|
||||
};
|
||||
audio: {
|
||||
enable_audio_capture_for_screen_sharing: boolean;
|
||||
};
|
||||
templates: {
|
||||
custom_instructions: string;
|
||||
};
|
||||
@@ -205,6 +208,9 @@ export class ConfigManager {
|
||||
chatbox: {
|
||||
default_open: true
|
||||
},
|
||||
audio: {
|
||||
enable_audio_capture_for_screen_sharing: false
|
||||
},
|
||||
templates: {
|
||||
custom_instructions: ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user