Am using transloadit for video converting and saving it in s3 in C#. I am able to upload the video and am able to get the response with empty results. My response had "ok": "ASSEMBLY_EXECUTING", message and the results tag is empty. So am not getting the final response once the assembly is executed. So, i see that there is some property assembly.setblocking = true.. but in C# that property is not available. So how can i get the final response.
Please help me out in solving this issue.
Thanks in advance.