index 804f54d93950c37e8cb22faf4df129ffdcbb62c5..52711636acb9e66c64b9bb475579f52d8fda98f6 100644
--- a/webrtc/config.h
+++ b/webrtc/config.h
@@ -60,6 +60,7 @@ struct RtpExtension {
static const char* kAbsSendTime;
static const char* kVideoRotation;
static const char* kAudioLevel;
+ static const char* kTransportSequenceNumber;
std::string name;
int id;
};
« no previous file with comments
|
« no previous file
|
webrtc/config.cc » ('j')
|
no next file with comments »
Issue 1247293002: Add support for transport wide sequence numbers
(Closed)
Created 5 years, 5 months ago by sprang_webrtc
Modified 5 years, 4 months ago
Reviewers: stefan-webrtc, pbos-webrtc, niklas.enbom, mflodman
Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Comments: 34