I have a project where it has to compile with API level 28, Android 9, it is a custom AOSP project running Android 9. Latest libwebrtc.jar requires several APIs in media framework (so far discovered, could be more) that were added in API level 29, Android 10.
What is the latest stable branch of webrtc that targets Android 9, API 28?
Thanks.