whitphx's picture
whitphx HF staff
Use Open Relay
421a2dd
from streamlit_webrtc import webrtc_streamer
from turn import get_ice_servers
webrtc_streamer(
key="sample",
rtc_configuration={"iceServers": get_ice_servers()},
)