Fix bug in starting peek after receiving device_joined_or_left
This commit is contained in:
parent
ff0ef313ff
commit
bb33d633a8
@ -4445,12 +4445,10 @@ impl Client {
|
||||
Self::request_remote_devices_as_soon_as_possible(state);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
info!("SFU notified that a remote device has joined or left, requesting update");
|
||||
Self::request_remote_devices_as_soon_as_possible(state);
|
||||
}
|
||||
} else {
|
||||
info!(
|
||||
"SFU notified that a remote device has joined or left, requesting update"
|
||||
);
|
||||
Self::request_remote_devices_as_soon_as_possible(state);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user