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

RTC: Rename RTC files.

This commit is contained in:
winlin 2020-05-11 12:07:55 +08:00
parent 3a58d9859c
commit 0b9887bbcd
20 changed files with 37 additions and 37 deletions

View file

@ -32,11 +32,11 @@
#include <srs_app_pithy_print.hpp>
#include <srs_core_autofree.hpp>
#include <srs_app_rtc_conn.hpp>
#include <srs_stun_stack.hpp>
#include <srs_rtc_stun_stack.hpp>
#include <srs_http_stack.hpp>
#include <srs_app_server.hpp>
#include <srs_app_http_api.hpp>
#include <srs_app_dtls.hpp>
#include <srs_app_rtc_dtls.hpp>
#include <srs_service_utility.hpp>
using namespace std;