Imarticuslearning commited on
Commit
5754a92
·
verified ·
1 Parent(s): faf4968

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -847,7 +847,7 @@ if st.session_state["generated_questions"]:
847
  mode=WebRtcMode.SENDONLY,
848
  audio_receiver_size=256,
849
  media_stream_constraints={"audio": True, "video": False},
850
- rtc_configuration = {"iceServers": {"urls": ["stun:stun.l.google.com:19302"] },
851
  )
852
 
853
  if webrtc_ctx.state.playing:
 
847
  mode=WebRtcMode.SENDONLY,
848
  audio_receiver_size=256,
849
  media_stream_constraints={"audio": True, "video": False},
850
+ rtc_configuration = [{"iceServers": {"urls": ["stun:stun.l.google.com:19302"] }],
851
  )
852
 
853
  if webrtc_ctx.state.playing: