RTC: Disable track by default
This commit is contained in:
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…
Reference in New Issue
Block a user