WebRTC
WebRTC copied to clipboard
Fatal error in ../../video/video_receive_stream.ccafter calling webrtc from my application iOS
Hi i have integrated AppRTC(webrtc demo app) application into my Application, it builds fine, but when i turn on video call its crashing with following error
SocketRocket: In debug mode. Allowing connection to any root cert
Fatal error in ../../video/video_receive_stream.cc, line 119 last system error: 0 Check failed: decoder.decoder
please help me out, on where it may occur and what needs to be corrected
@gunjotSinghMansa disable video codecs for Factory
let factory = RTCPeerConnectionFactory()