steep-balloon-41261
01/11/2023, 1:54 PMboundless-energy-78552
01/11/2023, 1:56 PMnil, it means the data was sent using a Server SDK: SendDatabrief-refrigerator-69901
01/11/2023, 1:57 PMboundless-energy-78552
01/11/2023, 1:58 PMbrief-refrigerator-69901
01/11/2023, 1:58 PMbrief-refrigerator-69901
01/12/2023, 1:13 AMbrief-refrigerator-69901
01/12/2023, 1:19 AMbrief-refrigerator-69901
01/12/2023, 2:47 AMLocalParticipant.PublishData then on the JS Client SDK, I'm never receiving the Participant databrief-refrigerator-69901
01/12/2023, 2:47 AMdry-elephant-14928
01/12/2023, 5:04 AMdry-elephant-14928
01/12/2023, 5:04 AMbrief-refrigerator-69901
01/12/2023, 1:49 PMbrief-refrigerator-69901
01/14/2023, 4:56 PMparticipant is a hidden participant and at this specific line https://github.com/livekit/client-sdk-js/blob/a1b34d2af7b7e101041b37a9154663a0210c8cfe/src/room/Room.ts#L990, well the system can't find the actual participant, so it returns undefined. Not sure of the proper fix though.brief-refrigerator-69901
01/14/2023, 5:11 PMconst participant = !userPacket.participantSid
? undefined
: this.participants.get(userPacket.participantSid)
?? this.createParticipant(userPacket.participantSid);
Or something.brief-refrigerator-69901
01/14/2023, 7:13 PMdry-elephant-14928
01/15/2023, 5:24 AMbrief-refrigerator-69901
01/15/2023, 7:13 PM