Remove deprecated IceCandidateType values
Bug: none Change-Id: I13ebcc6fd38aa25fee8afd92bda06a0f3483cda1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/337120 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Auto-Submit: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41692}
This commit is contained in:
parent
76817070d3
commit
5e04753e7a
@ -38,9 +38,6 @@ enum class IceCandidateType {
|
||||
kSrflx,
|
||||
kPrflx,
|
||||
kRelay,
|
||||
// TODO(tommi): Legacy names. Remove.
|
||||
kLocal [[deprecated("Use kHost instead")]] = kHost,
|
||||
kStun [[deprecated("Use kSrflx instead ")]] = kSrflx
|
||||
};
|
||||
|
||||
enum class IceCandidatePairProtocol {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user