Skip to content

Commit fde9e30

Browse files
lukasIOdavidzhao
andauthored
Update livekit-rtc/livekit/rtc/participant.py
Co-authored-by: David Zhao <[email protected]>
1 parent ad21259 commit fde9e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/livekit/rtc/participant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ async def stream_bytes(
611611
topic: str = "",
612612
) -> ByteStreamWriter:
613613
"""
614-
Returns a ByteStreamWriter that allows to write individual chunks of bytes to a file stream.
614+
Returns a ByteStreamWriter that allows to write individual chunks of bytes to a byte stream.
615615
In cases where you want to simply send a file from the file system use send_file() instead.
616616
"""
617617
writer = ByteStreamWriter(

0 commit comments

Comments
 (0)