mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-08 03:22:15 +01:00
8 lines
110 B
C++
8 lines
110 B
C++
|
#include "FieldTrialsConfig.h"
|
||
|
|
||
|
namespace tgcalls {
|
||
|
|
||
|
webrtc::FieldTrialBasedConfig fieldTrialsBasedConfig;
|
||
|
|
||
|
}
|