I am currently working on integrating webcam video recording upload using the example provided in this RecordRTC GitHub repo.
However, I have encountered a compiling error when trying to use "Request.Files" as indicated in the screenshot below.
The error message states:
'HttpRequestMessage' does not contain a definition for 'Files' and no extension method 'Files' accepting a first argument of type 'HttpRequestMessage' could be found (are you missing a using directive or an assembly reference?)
You can view the screenshot of the error message here: https://i.stack.imgur.com/HBwkB.png
Could anyone provide guidance on how to resolve this error?