Commit
·
64a0294
1
Parent(s):
4b349b9
Revert portg
Browse files
app.py
CHANGED
|
@@ -914,8 +914,8 @@ def create_app():
|
|
| 914 |
stream = Stream(
|
| 915 |
handler=handler,
|
| 916 |
rtc_configuration=rtc_config,
|
| 917 |
-
|
| 918 |
-
|
| 919 |
)
|
| 920 |
|
| 921 |
# Add FastRTC endpoints
|
|
|
|
| 914 |
stream = Stream(
|
| 915 |
handler=handler,
|
| 916 |
rtc_configuration=rtc_config,
|
| 917 |
+
modality="audio",
|
| 918 |
+
mode="send-receive"
|
| 919 |
)
|
| 920 |
|
| 921 |
# Add FastRTC endpoints
|