diff --git a/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java b/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java index c152f945a8..a26c86d039 100644 --- a/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java +++ b/webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java @@ -540,6 +540,7 @@ public class PeerConnectionClient { } catch (InterruptedException e) { throw new RuntimeException(e); } + videoCapturerStopped = true; videoCapturer.dispose(); videoCapturer = null; }