Releases: dkumor/rtcbot
Releases · dkumor/rtcbot
0.2.5: picamera2
Thanks to @phamthanhnam, picamera2 can now be used.
Defer SoundCard import
RTCBot's audio dependency hangs on linux if pulseaudio isn't running. This can be an issue on robots that don't need audio support. This fixes the import issue.
Fixed Crash when sending data to closed connection
An exception was not being properly handled when trying to send data to a DataChannel of a connection that was just closed.
Fixed Connection Closing
The RTCConnection
onClose
event handler wasn't being fired correctly when the browser was shut down. This release fixes such issues.
Fixed case-sensitive package name
- Fixed #16
- Allow multiple CVDisplays to be run at the same time
- Initial work on allowing multiple video streams (not supported yet)
0.2.0
Release 0.1.0
The documentation is now in an acceptable state, so let's release!
Added __version__
This is a tiny fix, which comes with updated documentation.
ICE config
Added ICE configuration options