Make the code conform to the code style.
Make the jsep_transport.cc code conform to WebRTC code style. Bug: None Change-Id: I9142c1e83d4006988e206aeb0bbe52dfffafda60 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/244600 Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35631}
This commit is contained in:
parent
b496c32901
commit
9e1386095b
1
AUTHORS
1
AUTHORS
@ -114,6 +114,7 @@ Victor Costan <costan@gmail.com>
|
||||
Vladimir Beloborodov <VladimirTechMan@gmail.com>
|
||||
Xiaohong Xu <freemine@yeah.net>
|
||||
Xiaolei Yu <dreifachstein@gmail.com>
|
||||
Yaowen Guo <albertguo88@gmail.com>
|
||||
Yura Yaroshevich <yura.yaroshevich@gmail.com>
|
||||
Yuriy Pavlyshak <yuriy@appear.in>
|
||||
Yusuke Suzuki <utatane.tea@gmail.com>
|
||||
|
||||
@ -207,17 +207,15 @@ webrtc::RTCError JsepTransport::SetLocalJsepTransportDescription(
|
||||
return error;
|
||||
}
|
||||
}
|
||||
RTC_DCHECK(rtp_dtls_transport_->internal());
|
||||
rtp_dtls_transport_->internal()->ice_transport()->SetIceParameters(
|
||||
ice_parameters);
|
||||
RTC_DCHECK(rtp_dtls_transport_->internal());
|
||||
rtp_dtls_transport_->internal()->ice_transport()->SetIceParameters(
|
||||
ice_parameters);
|
||||
|
||||
{
|
||||
if (rtcp_dtls_transport_) {
|
||||
RTC_DCHECK(rtcp_dtls_transport_->internal());
|
||||
rtcp_dtls_transport_->internal()->ice_transport()->SetIceParameters(
|
||||
ice_parameters);
|
||||
}
|
||||
}
|
||||
if (rtcp_dtls_transport_) {
|
||||
RTC_DCHECK(rtcp_dtls_transport_->internal());
|
||||
rtcp_dtls_transport_->internal()->ice_transport()->SetIceParameters(
|
||||
ice_parameters);
|
||||
}
|
||||
// If PRANSWER/ANSWER is set, we should decide transport protocol type.
|
||||
if (type == SdpType::kPrAnswer || type == SdpType::kAnswer) {
|
||||
error = NegotiateAndSetDtlsParameters(type);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user