RTC: Disable track by default

This commit is contained in:
winlin 2020-08-03 12:36:34 +08:00
parent 0408040ed7
commit 8aa20d390e

View File

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