mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
Removing enum used for removed UMA metrics WebRTC.PeerConnection.Simulcast.ApplyLocalDescription and WebRTC.PeerConnection.Simulcast.ApplyRemoteDescription
This is pending work from this CL already merged: https://webrtc-review.googlesource.com/c/src/+/311640 Bug: chromium:1447193 Change-Id: I9b2ffb60d65f87f0497b099b6253bf122ff1d873 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/311740 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40428}
This commit is contained in:
parent
cbfbb591cf
commit
775470214a
1 changed files with 0 additions and 10 deletions
|
@ -119,16 +119,6 @@ enum AddIceCandidateResult {
|
|||
kAddIceCandidateMax
|
||||
};
|
||||
|
||||
// Metric for recording which api surface was used to enable simulcast.
|
||||
// These values are persisted to logs. Entries should not be renumbered and
|
||||
// numeric values should never be reused.
|
||||
enum SimulcastApiVersion {
|
||||
kSimulcastApiVersionNone = 0,
|
||||
kSimulcastApiVersionLegacy = 1,
|
||||
kSimulcastApiVersionSpecCompliant = 2,
|
||||
kSimulcastApiVersionMax
|
||||
};
|
||||
|
||||
// Metrics for reporting usage of BUNDLE.
|
||||
// These values are persisted to logs. Entries should not be renumbered and
|
||||
// numeric values should never be reused.
|
||||
|
|
Loading…
Reference in a new issue