We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad21259 commit fde9e30Copy full SHA for fde9e30
livekit-rtc/livekit/rtc/participant.py
@@ -611,7 +611,7 @@ async def stream_bytes(
611
topic: str = "",
612
) -> ByteStreamWriter:
613
"""
614
- Returns a ByteStreamWriter that allows to write individual chunks of bytes to a file stream.
+ Returns a ByteStreamWriter that allows to write individual chunks of bytes to a byte stream.
615
In cases where you want to simply send a file from the file system use send_file() instead.
616
617
writer = ByteStreamWriter(
0 commit comments