Currently, I have to involve in a project related to the P2P message call app. So generally on the client-side, I use the WebRTC’s API. And on the backend, beside letting 2 peers talk to each other, I need to handle the logic on each stage of the call, i.e. sending response messages to appropriate client. I want to use
Tag: webrtc
Android WebRTC DataChannel is always null and ICE candidates are not sent
I’m trying to create an Android app that uses WebRTC data channels for data exchange. The data that I want to send is basic strings. Admittedly, this is my first time looking at WebRTC, and so I am a …
CameraCapturer must be initialized before calling startCapture
Facing this issue while implementing WebRTC in Android: Caused by: java.lang.RuntimeException: CameraCapturer must be initialized before calling startCapture. build.gradle(:app) // Chunk causing problem: CameraCapturer is deprecated. There is Camera1Capturer now available. Answer You need to initialise before you use it