mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 22:05:39 +00:00
Log ICE candidates when closing the peer connection. (#2105)
There are cases that experience the signalling channel timeout and disconnect and there are no logs of what the state of ICE at all. Log ICE candidates when closing transport so that there is some visibility in those cases. n
This commit is contained in:
@@ -1443,6 +1443,7 @@ func (t *PCTransport) processEvents() {
|
||||
|
||||
t.clearSignalStateCheckTimer()
|
||||
t.params.Logger.Debugw("leaving events processor")
|
||||
t.handleLogICECandidates(nil)
|
||||
}
|
||||
|
||||
func (t *PCTransport) handleEvent(e *event) error {
|
||||
|
||||
Reference in New Issue
Block a user