Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def echo(audio):
|
|
22 |
|
23 |
Stream(
|
24 |
handler=...,
|
25 |
-
rtc_configuration=
|
26 |
modality="audio",
|
27 |
mode="send-receive"
|
28 |
)
|
|
|
22 |
|
23 |
Stream(
|
24 |
handler=...,
|
25 |
+
rtc_configuration=get_cloudflare_turn_credentials,
|
26 |
modality="audio",
|
27 |
mode="send-receive"
|
28 |
)
|