We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7adeb6 commit 3e410a2Copy full SHA for 3e410a2
livekit/room.py
@@ -314,6 +314,7 @@ def _on_room_event(self, event: proto_room.RoomEvent):
314
315
data = bytearray(native_data)
316
FfiHandle(owned_buffer_info.handle.id)
317
+ rparticipant = None
318
if event.data_received.participant_sid:
319
rparticipant = self.participants[event.data_received.participant_sid]
320
self.emit('data_received', data,
0 commit comments