Ebram Tawfik

Results 22 comments of Ebram Tawfik

I am trying to send messages "Alerts" from server to mobile app built in flutter and once the app received the message it should show Notifications to the user even...

The same for OBS-Studio-0.15.4 x86 Is there any update?

@gabrielpacheco23 I think adding api key support will help with this bug. I added the apikey support and created a PR.

I found the solution it needs to be : [DllImport(dll)] [return: MarshalAs(UnmanagedType.I1)] static extern bool InitializePeerConnection(IntPtr p);

@radioman This an easy way to build the .lib files : download CMake : https://cmake.org/download/ and then use steps here : https://github.com/aisouard/libwebrtc her is the .lib file and the output...

Did you try staging branch https://github.com/radioman/WebRtc.NET/tree/staging ?

yes I think because you can support MaxWidth and MaxHeihght as a video constraints http://stackoverflow.com/questions/26415778/getusermedia-video-size-in-firefox-chrome-differs

I think that is possible in Xamarin if we remove all platform dependencies (capturing audio and video) and create a portable c++ cross-platform library for signaling ... I think signaling...

-### extract ".7z" files in this path : https://github.com/radioman/WebRtc.NET/tree/master/WebRtc.NET -### make sure you have vc++ v140 also you can try this branch : https://github.com/radioman/WebRtc.NET/tree/staging

I created a Fork and committed : - Creating switch between ScreenCapturer and WindowsCapturer - get list of capturer sources list and select one https://github.com/EbramSamy/WebRtc.NET