diff --git a/examples/webrtc/README.md b/examples/webrtc/README.md index d90b3d4..7410f79 100644 --- a/examples/webrtc/README.md +++ b/examples/webrtc/README.md @@ -132,6 +132,14 @@ app.on_shutdown.append(cleanup) web.run_app(app) ``` +```eval_rst +.. note:: + If you use Safari, you might want to add an additional adapter script to the head element `to fix connection issues `_ when running locally:: + + + +``` + The above example establishes a WebRTC connection from the browser to python, and sends a "Button Clicked!" message to python each time the button is clicked in the browser.