Saiyaswanth007 commited on
Commit
4b349b9
·
1 Parent(s): 55a6464

Revert portg

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -913,7 +913,7 @@ def create_app():
913
  # Create FastRTC stream
914
  stream = Stream(
915
  handler=handler,
916
- rtc_config=rtc_config,
917
  audio_sample_rate=SAMPLE_RATE,
918
  audio_channels=CHANNELS
919
  )
 
913
  # Create FastRTC stream
914
  stream = Stream(
915
  handler=handler,
916
+ rtc_configuration=rtc_config,
917
  audio_sample_rate=SAMPLE_RATE,
918
  audio_channels=CHANNELS
919
  )