LeviLamina
Loading...
Searching...
No Matches
IceCandidatePairConfigType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
7enum class IceCandidatePairConfigType : int {
8 KAdded = 0,
9 KUpdated = 1,
10 KDestroyed = 2,
11 KSelected = 3,
12 KNumValues = 4,
13};
14
15}