Bhavin Parghi
Bhavin Parghi
@gabrieldonadel Yes Please have a look. https://www.loom.com/share/647d830245e147de9ab0c75a2d376cb7
I tried this ``` ENV['RCT_NEW_ARCH_ENABLED'] = '0'``` and its stop flickering and working
I tried this ENV['RCT_NEW_ARCH_ENABLED'] = '0' and its stop flickering and working
Same issue facing
Hello, Thank you for your message. The crash is currently appearing in Firebase Crashlytics, so I don't have a specific video sample that triggered it directly on my device
Thank you for the quick update and for adding the error callback support! That’s a great addition — looking forward to the next version with this included.
Hello, I completely understand, and I appreciate you letting me know. Please let me know when you have a bit more time, and we can coordinate accordingly. Looking forward to...
Thank you for your response! Validating URL and Key: We are checking and validating the URL and stream key before starting the stream and also validating during the stream when...
Yes @pedroSG94 ``` fun prepareStream(resultCode: Int, data: Intent): Boolean { keepAliveTrick() stopStream() val mediaProjection = mediaProjectionManager.getMediaProjection(resultCode, data) if (mediaProjection == null) { Log.e(TAG, "MediaProjection is null") return false } val...