~singpolyma/cheogram-android

59ea66ca78dde11f196c9764a82752c9145458b7 — Daniel Gultsch 2 years ago 27d8da2
make sure VideoSourceWrapper is stored in property
1 files changed, 1 insertions(+), 0 deletions(-)

M src/main/java/eu/siacs/conversations/xmpp/jingle/WebRTCWrapper.java
M src/main/java/eu/siacs/conversations/xmpp/jingle/WebRTCWrapper.java => src/main/java/eu/siacs/conversations/xmpp/jingle/WebRTCWrapper.java +1 -0
@@ 310,6 310,7 @@ public class WebRTCWrapper {
        videoSourceWrapper.initialize(
                requirePeerConnectionFactory(), requireContext(), eglBase.getEglBaseContext());
        videoSourceWrapper.startCapture();
        this.videoSourceWrapper = videoSourceWrapper;
        return videoSourceWrapper;
    }