You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.