mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 17:45:40 +00:00
Do not kick off migration of closed participant (#4363)
This commit is contained in:
@@ -1528,7 +1528,7 @@ func (p *ParticipantImpl) setupMigrationTimerLocked() {
|
||||
}
|
||||
|
||||
func (p *ParticipantImpl) MaybeStartMigration(force bool, onStart func()) bool {
|
||||
if p.params.UseOneShotSignallingMode {
|
||||
if p.IsClosed() || p.params.UseOneShotSignallingMode {
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user