LeviLamina
Loading...
Searching...
No Matches
IceConnectionState.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
cricket {
6
7
enum class
IceConnectionState :
int
{
8
KIceConnectionConnecting = 0,
9
KIceConnectionFailed = 1,
10
KIceConnectionConnected = 2,
11
KIceConnectionCompleted = 3,
12
};
13
14
}
src
mc
external
cricket
IceConnectionState.h
Generated on Wed Jul 23 2025 08:34:00 for LeviLamina by
1.12.0