Hi Ryan
I’m sorry for late reply. Actually the issue was not fixed but I left that as it was. For mobile version I found the following code
var filename =
VideoCapture.site_name + '_' +
generateUUID() +
'.' + ext.toLowerCase();
responsible for file name creation but I think the desktop version code for file creation exist in SWF so I was unable to access that.
Thanks