Video Room Recording: After video pause the recording is currept

Steps

We created one room with recording flag enabled
Room started.
Room running.
Pause the video
Resume the video.

Then we check the recording file and we see that recording video is corrupted(Show the blur)

Let me know if any other help required.

@lorenzo Please help in this issue, Is any event is present to stop the recording for the particular feed in the room. We are using the below code to pause the feed.

    let subscribe = {
      request: "configure",
      video : false
    };
    this.pluginHandle.send({ message: subscribe });

FYI
@kamlesh.prajapati

Artifacts are normal. You’re brutally telling Janus not to relay video frames (not only for recordings), and maybe resuming it after some time. Since that may impact keyframes you may get artifacts in the recordings. Nothing you can do about it, if not wait for the next keyframe that may fix it (which usually follows shortly thereafter).