Is it possible to change the video fileName while saving

I am unable to find any settings related to the fileName.

Can you please tell me which API / function you are talking about?

I am working with overwolf.media.replays.startCapture and stopCapture methods. I am unable to handle with captured fileName. Is it possible to do that.?

@sureshgoud14 Hi,

Currently It’s not possible to change the capture file name. But you can set a sub_folder_name:

https://overwolf.github.io/docs/api/overwolf-media-replays#replayvideooptions-object

For example:

let streamSetting = {
    "video": {
        "sub_folder_name": folderName
    }
};