livekit / client-sdk-android

LiveKit SDK for Android
https://docs.livekit.io
Apache License 2.0
169 stars 68 forks source link

call to Open GL API with no current context #266

Closed fiather closed 11 months ago

fiather commented 11 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

TextureViewRender's release api is called after using the livekit's TextureViewRenderer When the api is called at some time, "call to Open GL API with no current context" is displayed below in the log.

When shold i call that api? I called the api in onDestroy of activity or
onDetachedFromRecyclerVoew of recyclerView or onViewRecycled of recyclerView

Device Info:

fiather commented 11 months ago

Ok