David
Results
2
comments of
David
I am also experiencing this bug. I am on version 1.3.6 and the error is the same as yours: ../../../home/kanat/webrtc/src/third_party/libc++/src/include/vector:618: assertion !empty() failed: front() called on an empty vector
** So an update on this by setting the video decoder and encoder factories: var factory = PeerConnectionFactory.builder().setVideoDecoderFactory(decoderFactory) .setVideoEncoderFactory(encoderFactory).createPeerConnectionFactory() I was able to fix this issue and the crashing no...