0

In my android project, I am using org.webrtc:google-webrtc:1.0.32006 prebuilt library.

Is there any way, to use custom audio codecs? Also, how can I dynamically change codec configuration during the stream without recreating the stream/connection?

  • Have you checked https://stackoverflow.com/questions/26924430/how-can-i-change-the-default-codec-used-in-webrtc? – Kathan Patel Jun 09 '21 at 04:14
  • They setup codec configuration before creation of the stream with createAnswer and createOffer callbacks. I need to do this during the call and not only once. I want to change codec configuration dynamically. – Kostadin Almishev Jun 15 '21 at 02:20

0 Answers0