I have a simple java application where the application client can send/receive pure audio UDP packets to server and server will relay the audio packets to everyone except sender.
Now how can I use webRTC EchoCancellation module or other feature modules in my application side ? I found that it is possible using JNI and webRTC c/c++ libraries (tried and failed) but I need a good kickstart to know which part of huge webRTC codebase should I use and how, to make this working.
Any help is highly appreciated and thanks in advance..!!