Skip to content

Commit 5014e3c

Browse files
authored
Remove @st.cache_data on get_ice_servers() because the ICE servers data may change (whitphx#1375)
1 parent f8df60f commit 5014e3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: sample_utils/turn.py

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
logger = logging.getLogger(__name__)
99

1010

11-
@st.cache_data # type: ignore
1211
def get_ice_servers():
1312
"""Use Twilio's TURN server because Streamlit Community Cloud has changed
1413
its infrastructure and WebRTC connection cannot be established without TURN server now. # noqa: E501

0 commit comments

Comments
 (0)