Public Access
Add inactivity safeguard and speaker diagnostics
PR and Push Build/Test / build-and-test (push) Failing after 8m31s
PR and Push Build/Test / build-and-test (push) Failing after 8m31s
This commit is contained in:
@@ -25,7 +25,18 @@
|
||||
"BackgroundMetadataLookupTimeout": "00:01:00",
|
||||
"MaxMetadataAttendeeImportCount": 30,
|
||||
"OpenMeetingNoteDelay": "00:00:01",
|
||||
"TemporaryRecordingsFolder": "%LOCALAPPDATA%\\MeetingAssistant\\Recordings"
|
||||
"TemporaryRecordingsFolder": "%LOCALAPPDATA%\\MeetingAssistant\\Recordings",
|
||||
"InactivitySafeguard": {
|
||||
"Enabled": true,
|
||||
"FirstPromptAfter": "00:02:00",
|
||||
"ReminderPromptAfter": [
|
||||
"00:05:00",
|
||||
"00:10:00"
|
||||
],
|
||||
"AutoStopAfter": "00:30:00",
|
||||
"InferredEndPadding": "00:01:00",
|
||||
"CheckInterval": "00:00:15"
|
||||
}
|
||||
},
|
||||
"FunAsr": {
|
||||
"Endpoint": "ws://127.0.0.1:10095",
|
||||
|
||||
Reference in New Issue
Block a user