-----
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.