- 
                Notifications
    You must be signed in to change notification settings 
- Fork 95
Description
Hi,
The following crash is occured when i made a audio/video call.Can any one suggest me a solution for this
java.lang.RuntimeException: Error during updateTexImage (see logcat for details)
at android.graphics.SurfaceTexture.nativeUpdateTexImage(Native Method)
at android.graphics.SurfaceTexture.updateTexImage(SurfaceTexture.java:244)
at org.webrtc.SurfaceTextureHelper.updateTexImage(SurfaceTextureHelper.java:244)
at org.webrtc.SurfaceTextureHelper.tryDeliverTextureFrame(SurfaceTextureHelper.java:258)
at org.webrtc.SurfaceTextureHelper.access$500(SurfaceTextureHelper.java:36)
at org.webrtc.SurfaceTextureHelper$3.onFrameAvailable(SurfaceTextureHelper.java:132)
at android.graphics.SurfaceTexture$1.handleMessage(SurfaceTexture.java:207)
at android.os.Handler.dispatchMessage(Handler.java:110)
at android.os.Looper.loop(Looper.java:203)
at android.os.HandlerThread.run(HandlerThread.java:61)