Aiortc

Latest version: v1.11.0

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

Scan your dependencies

Page 9 of 9

0.7.0

-----

Peer connection
...............

* Add :meth:`RTCPeerConnection.addIceCandidate()` method to handle trickled ICE candidates.

Media
.....

* Make stop() methods of :class:`RTCRtpReceiver`, :class:`RTCRtpSender`
and :class:`RTCRtpTransceiver` coroutines to enable clean shutdown.

Data channels
.............

* Clean up :class:`RTCDataChannel` shutdown sequence.

* Support receiving an SCTP `RE-CONFIG` to raise number of inbound streams.

Examples
........

* `server`:

- perform some image processing using OpenCV.

- make it possible to disable data channels.

- make demo web interface more mobile-friendly.

* `apprtc`:

- automatically create a room if no room is specified on command line.

- handle `bye` command.

0.6.0

-----

Peer connection
...............

* Make it possible to specify one STUN server and / or one TURN server.

* Add `BUNDLE` support to use a single ICE/DTLS transport for multiple media.

* Move media encoding / decoding off the main thread.

Data channels
.............

* Use SCTP `ABORT` instead of `SHUTDOWN` when stopping :class:`RTCSctpTransport`.

* Advertise support for SCTP `RE-CONFIG` extension.

* Make :class:`RTCDataChannel` emit `open` and `close` events.

Examples
........

* Add an example of how to connect to appr.tc.

* Capture audio frames to a WAV file in server example.

* Show datachannel open / close events in server example.

Page 9 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.