Skip to content

Commit 39b27c2

Browse files
committed
Fix doctest
1 parent 1420491 commit 39b27c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getstream/video/rtc/track_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def from_g711(
583583
8000
584584
>>> # Decode from base64 string
585585
>>> g711_base64 = "//8A"
586-
>>> pcm = PcmData.from_g711(g711_base64, sample_rate=8000)
586+
>>> pcm = PcmData.from_g711(g711_base64, sample_rate=8000, encoding="base64")
587587
>>> pcm.sample_rate
588588
8000
589589
"""

0 commit comments

Comments
 (0)