mirror of
https://github.com/DrKLO/Telegram.git
synced 2024-12-22 22:45:18 +01:00
12 lines
244 B
C++
12 lines
244 B
C++
#ifndef TGCALLS_FIELD_TRIALS_CONFIG_H
|
|
#define TGCALLS_FIELD_TRIALS_CONFIG_H
|
|
|
|
#include "api/transport/field_trial_based_config.h"
|
|
|
|
namespace tgcalls {
|
|
|
|
extern webrtc::FieldTrialBasedConfig fieldTrialsBasedConfig;
|
|
|
|
} // namespace tgcalls
|
|
|
|
#endif
|