Possible to preserver MediaStream through a transport close

I am doing a screen-share and I want to preserve the MediaStream I get after getDisplayMedia so if the media server reboots, I can re-establish the stream without using the getDispaly chooser.

Anyone know if that is possible?

Just ensure the tracks of that MediaStream are not stopped when you close the mediasoup-client Producers.

BTW everything that mediasoup and mediasoup-client can do is documented in the website: