Spaces:
Sleeping
Sleeping
Added rtc_configuration
Browse files- src/app.py +3 -3
src/app.py
CHANGED
@@ -198,9 +198,9 @@ with gr.Blocks(
|
|
198 |
mode="send-receive",
|
199 |
label="Audio Stream",
|
200 |
rtc_configuration=get_credentials,
|
201 |
-
server_rtc_configuration=get_cloudflare_turn_credentials(
|
202 |
-
|
203 |
-
),
|
204 |
)
|
205 |
|
206 |
# Trigger on pause
|
|
|
198 |
mode="send-receive",
|
199 |
label="Audio Stream",
|
200 |
rtc_configuration=get_credentials,
|
201 |
+
# server_rtc_configuration=get_cloudflare_turn_credentials(
|
202 |
+
# ttl=360_000
|
203 |
+
# ),
|
204 |
)
|
205 |
|
206 |
# Trigger on pause
|