We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069834a commit d496bb2Copy full SHA for d496bb2
worker/include/RTC/StunPacket.hpp
@@ -19,7 +19,7 @@ namespace RTC
19
};
20
21
// STUN message method.
22
- enum class Method : uint8_t
+ enum class Method : uint16_t
23
{
24
BINDING = 1
25
0 commit comments