Daily-python

Latest version: v0.17.0

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

Scan your dependencies

Page 1 of 7

10.0

for _ in range (int(SECONDS_TO_READ / READ_INTERVAL)):
buffer = speaker.read_frames(FRAMES_TO_READ)
time.sleep(READ_INTERVAL)


can be replaced with:

python
SECONDS_TO_READ = 10
FRAMES_TO_READ = SAMPLE_RATE * SECONDS_TO_READ
buffer = speaker.read_frames(FRAMES_TO_READ)


Fixed

- Fixed an issue that was causing sporadic audio gaps on macOS and in certain OS
task scheduling scenarios.

- Network re-connections have been improved.

0.17.0

Fixed

- `daily-python` 0.16.x was compiled with glibc 2.35, which prevented installing
it on systems with an older glibc version. This release goes back to glibc
2.28.

0.16.1

Fixed

- Fixed an issue that was preventing new virtual speakers to get selected.

0.16.0

Added

- Added support for updating remote participants' `canReceive` permission via
the `update_remote_participants()` method.

Fixed

- Fixed an issue where the ICE servers configured by the user were not being
applied when creating the PeerConnection.

0.15.0

Added

- Added support to automatically start a recording when joining a room if the
`start_cloud_recording` token property is set to `True`.

Fixed

- Fixed an issue where reconnection would fail if the meeting token was no
longer valid.

0.14.2

Fixed

- Fixed type hints for `CallClient.send_app_message()`.

Page 1 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.