mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-05 19:08:09 +08:00
整理WebRtcSession代码
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
|
||||
using namespace toolkit;
|
||||
|
||||
EventPoller::Ptr QueryPollerByBuffer(const Buffer::Ptr &buffer);
|
||||
|
||||
class WebRtcSession : public UdpSession {
|
||||
public:
|
||||
WebRtcSession(const Socket::Ptr &sock);
|
||||
@@ -30,6 +28,8 @@ public:
|
||||
void onManager() override;
|
||||
std::string getIdentifier() const override;
|
||||
|
||||
static EventPoller::Ptr queryPoller(const Buffer::Ptr &buffer);
|
||||
|
||||
private:
|
||||
void onRecv_l(const Buffer::Ptr &);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user