Ebram Tawfik
Ebram Tawfik
@radioman did you test it ?
@radioman can we integrate that with stage branch ?!
@zaigham-mt yes you can test it again but this from master not from staging so it will not work for windows 7
you need to set this flag to 1 : https://github.com/radioman/WebRtc.NET/blob/staging/WebRtcNative/internals.h#L8 and make sure changing this version : https://github.com/radioman/WebRtc.NET/blob/staging/WebRtc.NET/WebRtcNative.cs#L13 or delete the temp folders
Do you use master branch or staging branch?
the problem is that the webrtc is not able to get the audio resources and that's why it's crashing : I tried this code `auto device = webrtc::AudioDeviceModule::Create(0,webrtc::AudioDeviceModule::AudioLayer::kPlatformDefaultAudio);` and device...
@Cozdemir So webrtc is trying to access the audio input device and if the device or the driver is not installed it will crash so you need to check if...
@noobloser yes but even when I set the right child to null I still can swipe and I see empty drawer.
@noobloser did you find a workaround to find which side called the callback? I found workaround: 1- onDragUpdate will set which direction. 2- innerDrawerCallback will set open or close ```...
@noobloser it fires on both swipe and toggle from the button. But I will try again to confirm.