Skip to content

Commit 6bcca57

Browse files
committed
Checking in
1 parent c578aa5 commit 6bcca57

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

vapi_python/daily_call.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@ def __init__(self):
5757
"microphone": {
5858
"isEnabled": True,
5959
"settings": {
60-
"deviceId": "my-mic"
60+
"deviceId": "my-mic",
61+
"customConstraints": {
62+
"autoGainControl": {"exact": True},
63+
"noiseSuppression": {"exact": True},
64+
"echoCancellation": {"exact": True},
65+
}
6166
}
6267
}
6368
})

0 commit comments

Comments
 (0)