I'm currently trying to recompile the WebRtcNative-x64.dll with the DESKTOP_CAPTURE #define set to 1. However, I'm not sure I'm doing it correctly. What I did was recompile the WebRtcNative.csproj with the DESKTOP_CAPTURE #define set to 1 in Release x64. I then copied the DLL into the resource file of the WebRtc.NET where I found the old version of this dll. Where exactly do I put the DLL after I recompile it?
Also, is there a way to just have WebRtcNative project included in my solution, and compiled together with the rest of my projects instead of shipping the dll directly?
Finally, we are trying to figure out how to switch monitors and are not having much success here. Any advice on how we might approach this problem would be very much appreciated.
If this is not posted to the right place, please let me know and I'll repost it to the correct place.
Hello,
I'm currently trying to recompile the WebRtcNative-x64.dll with the DESKTOP_CAPTURE #define set to 1. However, I'm not sure I'm doing it correctly. What I did was recompile the WebRtcNative.csproj with the DESKTOP_CAPTURE #define set to 1 in Release x64. I then copied the DLL into the resource file of the WebRtc.NET where I found the old version of this dll. Where exactly do I put the DLL after I recompile it?
Also, is there a way to just have WebRtcNative project included in my solution, and compiled together with the rest of my projects instead of shipping the dll directly?
Finally, we are trying to figure out how to switch monitors and are not having much success here. Any advice on how we might approach this problem would be very much appreciated.
If this is not posted to the right place, please let me know and I'll repost it to the correct place.