Skip to content

Releases: daily-co/daily-python

v0.0.14

26 Sep 01:23
Compare
Choose a tag to compare
  • CallClient new method get_network_stats() to get latest network statistics.
  • Fixed an issue where EventHandler's on_network_stats_updated() was not being called with network stats updates.

v0.0.13

26 Sep 01:22
Compare
Choose a tag to compare
  • Linux aarch64 support.
  • CallClient now has a new method send_app_message to broadcast messages to other participants or to a single participant. These messages can be received through an EventHandler subclass via on_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

26 Sep 01:21
Compare
Choose a tag to compare
  • Improvements handling audio samples internally.

v0.0.11

26 Sep 01:19
Compare
Choose a tag to compare
  • Add event handling support with the new EventHandler class.

v0.0.10

26 Sep 01:17
Compare
Choose a tag to compare
  • Split virtual devices into speakers and microphones.

v0.0.9

26 Sep 01:17
Compare
Choose a tag to compare
  • Fixed a crash caused by virtual audio devices not being selected properly.

v0.0.8

26 Sep 01:16
Compare
Choose a tag to compare
  • Added API documentation.
  • Implemented publishing() functions.
  • Added ColorFormat to VideoFrame class.

v0.0.7

26 Sep 01:15
Compare
Choose a tag to compare
  • Properly send logs and metrics to Daily's dashboard.