Update sample_utils/turn.py
Browse files- 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:
|
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
|