Fixed track DSCP

This commit is contained in:
Paul-Louis Ageneau
2020-11-21 12:28:52 +01:00
parent f098019c1f
commit 14918c16e8
8 changed files with 27 additions and 22 deletions

View File

@ -43,7 +43,7 @@ struct RTC_CPP_EXPORT Message : binary {
Type type;
unsigned int stream = 0; // Stream id (SCTP stream or SSRC)
int dscp = 0; // Differentiated Services Code Point
unsigned int dscp = 0; // Differentiated Services Code Point
std::shared_ptr<Reliability> reliability;
};