整理webrtc相关代码命名空间

This commit is contained in:
ziyue
2022-09-18 21:03:05 +08:00
parent 15affeff1d
commit 0b355759de
22 changed files with 164 additions and 111 deletions

View File

@@ -11,7 +11,7 @@
#include "TwccContext.h"
#include "Rtcp/RtcpFCI.h"
using namespace mediakit;
namespace mediakit {
enum class ExtSeqStatus : int {
normal = 0,
@@ -121,3 +121,5 @@ void TwccContext::clearStatus() {
void TwccContext::setOnSendTwccCB(TwccContext::onSendTwccCB cb) {
_cb = std::move(cb);
}
}// namespace mediakit