4044.0
See https://github.com/pixiv/webrtc/blob/pixiv-4044.0/README.pixiv.md for details.
AAR is available at https://github.com/pixiv/webrtc/packages/236465?version=1.0.30504-pixiv-0. It is also available at https://pixiv.github.io/webrtc. The build/deployment procedure for https://pixiv.github.io/webrtc is as follows:
tools_webrtc/android/build_aar.py --build-dir build_aar
cat > pixiv-webrtc-1.0.30504-pixiv-0.pom <<EOF
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.pixiv.webrtc</groupId>
<artifactId>pixiv-webrtc</artifactId>
<version>1.0.30504-pixiv-0</version>
<packaging>aar</packaging>
<name>Google's WebRTC Android library forked by pixiv Inc.</name>
<url>https://webrtc.org/</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.commitid>64f932a47a6aa00d9580760ab82234062250e6cf</project.build.commitid>
</properties>
</project>
EOF
mvn deploy:deploy-file -DpomFile=pixiv-webrtc-1.0.30504-pixiv-0.pom -Dfile=libwebrtc.aar "-Durl=file://$PWD/gh-pages"
cp LICENSE.md gh-pages/com/github/pixiv/webrtc/pixiv-webrtc/1.0.30504-pixiv-0/THIRD_PARTY_LICENSES.md