Streamlit-webrtc

Latest version: v0.57.0

Safety actively analyzes 724206 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 21

0.57.0

Changed

- Manage the frontend playing state based on the `onconnectionstatechange` event, [1998](https://github.com/whitphx/streamlit-webrtc/pull/1998).

0.56.0

Changed

- Set the default ICE servers automatically on frontend as well, [1946](https://github.com/whitphx/streamlit-webrtc/pull/1946).
- The frontend app sends the offer SDP to the server immediately after creating it and sends the gathered ICE candidates following it asynchronously (Trickle ICE). It's more efficient than the previous approach (Vanilla ICE) that the server waits for the ICE candidates to be gathered and then sends the SDP answer back to the frontend, [1993](https://github.com/whitphx/streamlit-webrtc/pull/1993).
- `rtc_configuration` is restored as a shorthand to configure both frontend and server, [1996](https://github.com/whitphx/streamlit-webrtc/pull/1996).

0.55.0

Changed

- Unset the timeout waiting for `process_offer()` to be completed, [1963](https://github.com/whitphx/streamlit-webrtc/pull/1963).

0.54.0

Changed

- Rename `TimeoutError` to `SignallingTimeoutErorr`, [1983](https://github.com/whitphx/streamlit-webrtc/pull/1983).

Fixed

- Fix the shutdown observer to work correctly and the stop method is called just once, [1980](https://github.com/whitphx/streamlit-webrtc/pull/1980).
- Use `asyncio.run_coroutine_threadsafe()` instead of `loop.create_task()`, [1982](https://github.com/whitphx/streamlit-webrtc/pull/1982).

0.53.11

Fixed

- Update `aiortc` to 1.11.0, [1988](https://github.com/whitphx/streamlit-webrtc/pull/1988).
- Refactoring, [1987](https://github.com/whitphx/streamlit-webrtc/pull/1987).
- Internal dependencies updates.

0.53.10

Fixed

- Call `stop()` on the server when an error occurs during `process_offer(),` [1977](https://github.com/whitphx/streamlit-webrtc/pull/1977).

Page 1 of 21

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.