Skip to content

Commit 518e541

Browse files
1egomantheomonnom
andauthored
Update livekit-rtc/livekit/rtc/audio_frame.py
Co-authored-by: Théo Monnom <theo.8bits@gmail.com>
1 parent f20abdd commit 518e541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

livekit-rtc/livekit/rtc/audio_frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(
3333
sample_rate: int,
3434
num_channels: int,
3535
samples_per_channel: int,
36-
userdata: dict[str, Any] = {},
36+
userdata: dict[str, Any] | None = None,
3737
) -> None:
3838
"""
3939
Initialize an AudioFrame instance.

0 commit comments

Comments
 (0)