mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
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:
parent
ed8390d21a
commit
d055f77276
1 changed files with 0 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue