LeviLamina
Loading...
Searching...
No Matches
IceAttributeType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cricket {
6
7enum class IceAttributeType : int {
8 Priority = 36,
9 UseCandidate = 37,
10 IceControlled = 32809,
11 IceControlling = 32810,
12 Nomination = 49153,
13 GoogNetworkInfo = 49239,
14 GoogLastIceCheckReceived = 49240,
15 GoogMiscInfo = 49241,
16 GoogObsolete1 = 49242,
17 GoogConnectionId = 49243,
18 GoogDelta = 49244,
19 GoogDeltaAck = 49245,
20 GoogDeltaSyncReq = 49246,
21 GoogMessageIntegrity32 = 49248,
22};
23
24}