giantslogik
giantslogik
I think that this commit , introduced the issue: https://github.com/ThibaultBee/StreamPack/commit/27d3a9e8c8563c17139bc14b2e9397dd8df777b8#diff-0e5bf720cab5ddf6afd6d26f19aa08330afc6d2615f80e6609c572eb0aa45cb1
I haven't had the time to write a sample. I will pull main again , set shouldFailSilently = true and see if that works. (i.e. try the "Instead of throwing...
@ThibaultBee I tested with ` "@api.video/react-native-livestream": "https://github.com/apivideo/api.video-reactnative-live-stream.git#bugfix/missing_lifecycle_scope",` Still crashes. ``` 2024-09-05 15:35:18.916 14990-15818 AndroidRuntime *************** E FATAL EXCEPTION: pool-35-thread-1 Process: *************, PID: 14990 java.lang.IllegalStateException: LifecycleScope is not available at io.github.thibaultbee.streampack.views.PreviewView.startPreviewIfReady(PreviewView.kt:272)...
Came across this as i need to inject tokens for testing. As of "react-native-auth0": "^4.6.0", `new Auth0(........).credentialsManager.saveCredentials(.....);` works, followed by `hasValidCredentials / getCredentials` from the auth0 hook. @sranka saveCredentials does...
@subhankarmaiti for injecting tokens it would be great if the auth0 hook exposed the saveCredentials method.
@sp20-bse-049 I can confirm, turning of lowLightBoost on Android fixed the issue: lowLightBoost={Platform.OS==='ios' ? device?.supportsLowLightBoost: false} Also noting that using lowLightBoost on Android causes the format to be ignored and...