mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-29 22:32:23 +08:00
整理webrtc相关代码命名空间
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user