1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: Cleanup code, remove RTC from SrsSource

This commit is contained in:
winlin 2020-05-12 13:43:09 +08:00
parent 25496b734b
commit d434dc951d
3 changed files with 1 additions and 90 deletions

View file

@ -159,6 +159,7 @@ SrsRtcSource::SrsRtcSource()
rtc = new SrsRtc();
_can_publish = true;
rtc_publisher_ = NULL;
}
SrsRtcSource::~SrsRtcSource()