mirror of
https://github.com/livekit/livekit.git
synced 2026-08-29 07:39:09 +00:00
log participant closure
This commit is contained in:
@@ -485,6 +485,8 @@ func (p *ParticipantImpl) Close(sendLeave bool) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
p.params.Logger.Errorw("closing participant", nil)
|
||||
|
||||
// send leave message
|
||||
if sendLeave {
|
||||
_ = p.writeMessage(&livekit.SignalResponse{
|
||||
|
||||
Reference in New Issue
Block a user