Closed Panda-ref closed 3 months ago
Can you provide steps to reproduce please?
hey @enricop89 !
I have the same issue, on Android, when the component is umounted:
10-27 16:26:24.794 26488 27125 E AndroidRuntime: FATAL EXCEPTION: Thread-46
10-27 16:26:24.794 26488 27125 E AndroidRuntime: Process: com.alan.mind.app.debug, PID: 26488
10-27 16:26:24.794 26488 27125 E AndroidRuntime: java.lang.RuntimeException: invalid surface: null
10-27 16:26:24.794 26488 27125 E AndroidRuntime: at com.opentok.android.grafika.gles.EglCore.a(Unknown Source:28)
10-27 16:26:24.794 26488 27125 E AndroidRuntime: at com.opentok.android.grafika.gles.a.a(Unknown Source:8)
10-27 16:26:24.794 26488 27125 E AndroidRuntime: at com.opentok.android.grafika.gles.WindowSurface.<init>(Unknown Source:3)
10-27 16:26:24.794 26488 27125 E AndroidRuntime: at com.opentok.android.TextureViewRenderer$Renderer.run(Unknown Source:16)
package version: opentok-react-native: 0.20.4
I have it only when
<OTSession
....
options={{ androidOnTop: "publisher", useTextureViews: true }}
if I remove useTextureViews: true
: no issue
Thank you for this, have you tested against the latest package version? 0.21.1
Thank you for this, have you tested against the latest package version? 0.21.1
yes, same behavior on "opentok-react-native": "0.21.1"
any status update?
Please reach out to Vonage support (https://api.support.vonage.com/hc/en-us) if you’re still facing issues.
Bug Report
Relevant logs and/or screenshots