Delete legacy name AudioLevel in favor of the AudioLevelExtension

AudioLevel name was deprecated two weeks ago.

Bug: webrtc:15788
Change-Id: Idb26ab6ea701bcbceeda51640d521b78fa0d8162
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/341264
Auto-Submit: Danil Chapovalov <danilchap@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Åsa Persson <asapersson@webrtc.org>
Commit-Queue: Åsa Persson <asapersson@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#41868}
This commit is contained in:
Danil Chapovalov 2024-02-27 15:59:47 +01:00 committed by WebRTC LUCI CQ
parent ed8390d21a
commit d055f77276

View file

@ -100,9 +100,6 @@ class AudioLevelExtension {
bool voice_activity,
uint8_t audio_level);
};
// TODO: bugs.webrtc.org/15788 - In two weeks remove this alias and put new
// meaning into AudioLevel class.
using AudioLevel [[deprecated]] = AudioLevelExtension;
class CsrcAudioLevel {
public: