diff --git a/app/src/main/java/com/nextcloud/talk/activities/CallActivity.kt b/app/src/main/java/com/nextcloud/talk/activities/CallActivity.kt index d62a24060..50721c8c9 100644 --- a/app/src/main/java/com/nextcloud/talk/activities/CallActivity.kt +++ b/app/src/main/java/com/nextcloud/talk/activities/CallActivity.kt @@ -1369,6 +1369,11 @@ class CallActivity : CallBaseActivity() { binding!!.selfVideoRenderer.visibility = View.VISIBLE } else { binding!!.selfVideoRenderer.visibility = View.INVISIBLE + binding!!.selfVideoRenderer.clearImage() + binding!!.selfVideoRenderer.release() + + binding!!.pipSelfVideoRenderer.clearImage() + binding!!.pipSelfVideoRenderer.release() } } else { if (enable) {