Hello, is there a way to keep the camera on in the localvideo viewport when the stream stops publishing? Right now it seems the camera only goes on when .publish() is executed, and turns off when .stop() is executed. I want the camera to stay on even when the stream has stopped, in case the user...