Declare Plan B DEPRECATED
Bug: webrtc:11121 Change-Id: Id9b933a71a9bfd1d20ddd137f43459cdc8ed1896 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/238780 Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35504}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
7c1461fcb7
commit
fa67aef93f
@ -520,7 +520,7 @@
|
||||
+ (webrtc::SdpSemantics)nativeSdpSemanticsForSdpSemantics:(RTCSdpSemantics)sdpSemantics {
|
||||
switch (sdpSemantics) {
|
||||
case RTCSdpSemanticsPlanB:
|
||||
return webrtc::SdpSemantics::kPlanB;
|
||||
return webrtc::SdpSemantics::kPlanB_DEPRECATED;
|
||||
case RTCSdpSemanticsUnifiedPlan:
|
||||
return webrtc::SdpSemantics::kUnifiedPlan;
|
||||
}
|
||||
@ -528,7 +528,7 @@
|
||||
|
||||
+ (RTCSdpSemantics)sdpSemanticsForNativeSdpSemantics:(webrtc::SdpSemantics)sdpSemantics {
|
||||
switch (sdpSemantics) {
|
||||
case webrtc::SdpSemantics::kPlanB:
|
||||
case webrtc::SdpSemantics::kPlanB_DEPRECATED:
|
||||
return RTCSdpSemanticsPlanB;
|
||||
case webrtc::SdpSemantics::kUnifiedPlan:
|
||||
return RTCSdpSemanticsUnifiedPlan;
|
||||
|
||||
Reference in New Issue
Block a user