mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:31:00 +00:00
fix(google-meet): expose voice call delay schema
This commit is contained in:
@@ -144,6 +144,11 @@
|
||||
"help": "Compatibility setting from the old post-connect DTMF flow. Twilio Meet joins now play DTMF before realtime connect.",
|
||||
"advanced": true
|
||||
},
|
||||
"voiceCall.postDtmfSpeechDelayMs": {
|
||||
"label": "Legacy Post-DTMF Speech Delay (ms)",
|
||||
"help": "Compatibility setting from the old delayed-speech flow. Twilio Meet joins now carry the intro as the initial Voice Call message.",
|
||||
"advanced": true
|
||||
},
|
||||
"voiceCall.introMessage": {
|
||||
"label": "Voice Call Intro Message",
|
||||
"advanced": true
|
||||
@@ -421,6 +426,10 @@
|
||||
"type": "number",
|
||||
"default": 2500
|
||||
},
|
||||
"postDtmfSpeechDelayMs": {
|
||||
"type": "number",
|
||||
"default": 5000
|
||||
},
|
||||
"introMessage": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user