Pratyush101 commited on
Commit
17e50f4
·
verified ·
1 Parent(s): f1435e7

Update sample_utils/turn.py

Browse files
Files changed (1) hide show
  1. sample_utils/turn.py +1 -1
sample_utils/turn.py CHANGED
@@ -35,6 +35,6 @@ def get_ice_servers():
35
  st.warning(
36
  f"Error occurred while accessing Twilio API. Fallback to a free STUN server from Google. ({e})" # noqa: E501
37
  )
38
- return [{"urls": ["stun:stun.l.google.com:19302"]}]
39
 
40
  return token.ice_servers
 
35
  st.warning(
36
  f"Error occurred while accessing Twilio API. Fallback to a free STUN server from Google. ({e})" # noqa: E501
37
  )
38
+ return [{"urls": ["stun:stun4.l.google.com:5349"]}]
39
 
40
  return token.ice_servers