diff --git a/src/main/java/eu/siacs/conversations/xmpp/jingle/WebRTCWrapper.java b/src/main/java/eu/siacs/conversations/xmpp/jingle/WebRTCWrapper.java index 4ce9c147862e118dd28eeed99ffea0ef113e1de4..de26f1afc1bbfb44c0feee7b104adce58f15e5a8 100644 --- a/src/main/java/eu/siacs/conversations/xmpp/jingle/WebRTCWrapper.java +++ b/src/main/java/eu/siacs/conversations/xmpp/jingle/WebRTCWrapper.java @@ -310,6 +310,7 @@ public class WebRTCWrapper { videoSourceWrapper.initialize( requirePeerConnectionFactory(), requireContext(), eglBase.getEglBaseContext()); videoSourceWrapper.startCapture(); + this.videoSourceWrapper = videoSourceWrapper; return videoSourceWrapper; }