Alex Burghardt
Alex Burghardt
I'm having the same issue. Are there any updates on this? Jitsi Meet library has this code: ```ts if (state.haveParticipantWithScreenSharingFeature && String(features['screen-sharing']) === 'true') { const { features: localFeatures =...
Any updates on this? We're working around this now using a custom (hacky) patch, but would love a proper fix for it.
I too ran into this problem and 'fixed' it like this: Swift 4 ahead. I hope this is helpful for someone. After you copy paste this into your project, you...
I had the same problem when my server was on ipv6 and bucket endpoint(s) were ipv4. If you use dualstack setting something like this, when initialising the SDK you should...
I took a look at the experimental setting but it did not work (I also updated to TestCafe 2.2.0). I found another bug. It seems that testcafe-hammerhead still rewrites some...
I will check asap, thank you @miherlosev !