Saiyaswanth007 commited on
Commit
64a0294
·
1 Parent(s): 4b349b9

Revert portg

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -914,8 +914,8 @@ def create_app():
914
  stream = Stream(
915
  handler=handler,
916
  rtc_configuration=rtc_config,
917
- audio_sample_rate=SAMPLE_RATE,
918
- audio_channels=CHANNELS
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