mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-09-01 14:49:25 +00:00
Cleaned up unused stuff
This commit is contained in:
@ -354,11 +354,9 @@ private:
|
||||
unsigned int requestedBitrate = 0;
|
||||
synchronized_callback<rtc::message_ptr> txCB;
|
||||
SSRC ssrc = 0;
|
||||
uint32_t greatestSeqNo = 0, greatestTS;
|
||||
uint32_t greatestSeqNo = 0;
|
||||
uint64_t syncRTPTS, syncNTPTS;
|
||||
|
||||
unsigned int rotationCount = 0;
|
||||
|
||||
public:
|
||||
void onOutgoing(std::function<void(rtc::message_ptr)> cb) override { txCB = cb; }
|
||||
|
||||
|
Reference in New Issue
Block a user