RTC: Disable track by default

pull/1895/head
winlin 5 years ago
parent 0408040ed7
commit 8aa20d390e

@ -1349,7 +1349,7 @@ SrsRtcTrackDescription::SrsRtcTrackDescription()
ssrc_ = 0;
rtx_ssrc_ = 0;
fec_ssrc_ = 0;
is_active_ = true;
is_active_ = false;
media_ = NULL;
red_ = NULL;

Loading…
Cancel
Save