webrtc-sdk / android

WebRTC pre-compiled library for android.
MIT License
151 stars 23 forks source link

commit hash for 92.4515.01? #2

Closed davidliu closed 3 years ago

davidliu commented 3 years ago

Hey @cloudwebrtc, what's the commit hash for the 92.4515.01 release? It doesn't seem like it's built off of the webrtc-sdk/webrtc project, so I want to make sure we're not backtracking by making new releases from that source.

cloudwebrtc commented 3 years ago

hey @davidliu, I think we need to recompile and release a new version. The current version is made by me trying to test the jitpack release.

cloudwebrtc commented 3 years ago

This 92.4515.01 was built locally a month ago. The source code should be inconsistent with the main branch of webrtc-sdk/webrtc, so we need to use the latest commit to compile again.

In addition, we can try to build using GitHub actions, which will be triggered when we release a new tag.