You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have use gclient to fetch the webrtc code, compiled the aar file for android platform, and get a libwebrtc.aar,
But when I compare the aar file with 'com.github.webrtc-sdk:android:92.4515.03', I get the diffrent directory.
In src directory: I compile the code by command:
./tools_webrtc/android/build_aar.py --verbose --build-dir out/aar-release --arch arm64-v8a
The text was updated successfully, but these errors were encountered:
SimulcastVideoEncoder was added in a separate commit that is not reflected in the google webrtc repo. Using gclient to fetch the webrtc code probably means you fetched the google webrtc code, which would not have our changes.
I have use gclient to fetch the webrtc code, compiled the aar file for android platform, and get a libwebrtc.aar,
But when I compare the aar file with 'com.github.webrtc-sdk:android:92.4515.03', I get the diffrent directory.
In src directory: I compile the code by command:
./tools_webrtc/android/build_aar.py --verbose --build-dir out/aar-release --arch arm64-v8a
The text was updated successfully, but these errors were encountered: