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