Skip to content

Commit b032586

Browse files
authored
original call signature
1 parent d87b54a commit b032586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/livekit/rtc/room.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ def _handle_stream_header(
754754
text_reader = TextStreamReader(header)
755755
self._text_stream_readers[header.stream_id] = text_reader
756756
task = asyncio.create_task(
757-
text_stream_handler(text_reader, participant_identity, self)
757+
text_stream_handler(text_reader, participant_identity)
758758
)
759759
self._data_stream_tasks.add(task)
760760
task.add_done_callback(self._data_stream_tasks.discard)

0 commit comments

Comments
 (0)