Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dharmeshrchauhan/37455ca6a0f55aea4326cf57b484b3c1 to your computer and use it in GitHub Desktop.
Save dharmeshrchauhan/37455ca6a0f55aea4326cf57b484b3c1 to your computer and use it in GitHub Desktop.
How to find webrtc stable source code.
83.0.4103.84
How webrtc source Code was identified:
- WebRTC project doesn't mark its release as beta or stable. In fact there isn't any release marked in WebRTC repository.
- WebRTC is released with the release of Chromium. Chromium release builds are same as Chrome'
Reference chrome release: Chrome 83.0.4103.63 (IOS app version as on 24 May 2020)
- It implies Milestone 83 (https://www.chromium.org/developers/version-numbers)
- Based on milestone, identified Chromium branch and WebRTC git branch with these steps: https://groups.google.com/forum/#!msg/discuss-webrtc/JR7fsoEuqw0/egT626FSAgAJ. Branch 4103
- Chromium branch: 4103, WebRTC branch: 4103
- Latest Chromium patch on branch 4103: 84 (83.0.4103.84)
- Fetched webrtc commit for Chromium through dependecy file https://chromium.googlesource.com/chromium/src.git/+/refs/tags/83.0.4103.84/DEPS#1462.
- Webrtc commit for chromium 83.0.4103.84: befd48e76346cdc17713997f90cc5e8ce06513f2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment