mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
Clean up further
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
a812058dad
commit
d8c4708654
@ -980,11 +980,7 @@ public class CallActivity extends AppCompatActivity {
|
||||
|
||||
if (!dueToNetworkChange) {
|
||||
pipVideoView.release();
|
||||
|
||||
if (videoCapturer != null) {
|
||||
videoCapturer.dispose();
|
||||
}
|
||||
|
||||
|
||||
if (localMediaStream != null) {
|
||||
if (localMediaStream.videoTracks != null && localMediaStream.videoTracks.size() > 0) {
|
||||
localMediaStream.removeTrack(localMediaStream.videoTracks.get(0));
|
||||
|
Loading…
Reference in New Issue
Block a user