Hello.
Are there ways to add custom audio sources and audio output to the WebRTC on Android?
I'm trying to combine WebRTC with Qt 6. It already has all the tools for capturing and outputting audio. I have already managed to capture using Qt tools and send video frames to WebRTC. I also implemented the reception and output of the video stream on the QML page.
I'm guessing that in order to add custom audio I/O to WebRTC I need to implement an AudioDeviceModule class. But looking at its interface, it seems huge and redundant to me.
Are there other ways to solve this problem?