File size: 174 Bytes
47644bc
 
421a2dd
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from streamlit_webrtc import webrtc_streamer

from turn import get_ice_servers

webrtc_streamer(
    key="sample",
    rtc_configuration={"iceServers": get_ice_servers()},
)