Releases: daily-co/daily-python
Releases · daily-co/daily-python
v0.0.14
CallClient
new methodget_network_stats()
to get latest network statistics.- Fixed an issue where
EventHandler
'son_network_stats_updated()
was not being called with network stats updates.
v0.0.13
- Linux aarch64 support.
CallClient
now has a new methodsend_app_message
to broadcast messages to other participants or to a single participant. These messages can be received through anEventHandler
subclass viaon_app_message()
event.- Asynchronous functions, such as
join()
, can now receive an optional callback to be called on completion. This can be useful to get data (such as the meeting session ID on join) or to detect any errors.
v0.0.12
- Improvements handling audio samples internally.
v0.0.11
- Add event handling support with the new
EventHandler
class.
v0.0.10
- Split virtual devices into speakers and microphones.
v0.0.9
- Fixed a crash caused by virtual audio devices not being selected properly.
v0.0.8
- Added API documentation.
- Implemented
publishing()
functions. - Added
ColorFormat
toVideoFrame
class.
v0.0.7
- Properly send logs and metrics to Daily's dashboard.