This message was deleted.
# helpdesk
s
This message was deleted.
d
When I reload the Chrome tab, participant gains a new identity
identity is a string given by you. that should not change between reloads
you are likely using the same identity between diff users
h
Hmm, could that lead to this error @dry-elephant-14928? I updated livekit-server to 1.2.5 so I get more logs now.
Copy code
2022-11-04T13:41:48.722Z	INFO	livekit	rtc/participant_signal.go:180	could not send message to participant	{"room": "248879965", "roomID": "RM_QvCjEFWW3iCN", "participant": "513", "pID": "PA_n7ozAjE5PJHD", "remote": false, "message": "*livekit.SignalResponse_Update", "error": "no response sink"}
2022-11-04T13:41:48.722Z	ERROR	livekit	rtc/room.go:865	could not send update to participant	{"room": "248879965", "roomID": "RM_QvCjEFWW3iCN", "participant": "513", "pID": "PA_n7ozAjE5PJHD", "error": "no response sink"}
<http://github.com/livekit/livekit-server/pkg/rtc.(*Room).sendParticipantUpdates|github.com/livekit/livekit-server/pkg/rtc.(*Room).sendParticipantUpdates>
	/workspace/pkg/rtc/room.go:865
<http://github.com/livekit/livekit-server/pkg/rtc.(*Room).broadcastParticipantState|github.com/livekit/livekit-server/pkg/rtc.(*Room).broadcastParticipantState>
	/workspace/pkg/rtc/room.go:853
<http://github.com/livekit/livekit-server/pkg/rtc.(*Room).onTrackUpdated|github.com/livekit/livekit-server/pkg/rtc.(*Room).onTrackUpdated>
	/workspace/pkg/rtc/room.go:759
<http://github.com/livekit/livekit-server/pkg/rtc.(*ParticipantImpl).onMediaTrack|github.com/livekit/livekit-server/pkg/rtc.(*ParticipantImpl).onMediaTrack>
	/workspace/pkg/rtc/participant.go:1152