DeepARSDK / videocall-android-java

Video call using Agora.io SDK with face masks provided by DeepAR SDK
https://developer.deepar.ai
MIT License
13 stars 7 forks source link

App crashes when calling DeepAr.release() on onDestroy() #12

Open Anilkumar18 opened 2 years ago

Anilkumar18 commented 2 years ago

I have implemented the given example activity as an activity inside my app. when I try to end the call and OnDestroy() is called in activity, the deepar.release() functions inside it crash the app. when I remove the release() function, no crash appears, but the next time I try to connect the call, the local video view shows a black screen.

I'm testing this on Samsung A51, Android v 11

theGBguy commented 1 year ago

Did you get it working?