fix(google-meet): expose voice call delay schema

This commit is contained in:
Vincent Koc
2026-05-03 20:16:50 -07:00
parent 9cc802241c
commit c52b5657a2
3 changed files with 29 additions and 7 deletions

View File

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