3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/cricket/ProtocolType.h"
10namespace cricket {
struct RelayServerConfig; }
11namespace rtc {
class SocketAddress; }
12namespace webrtc {
class FieldTrialsView; }
30 ::std::set<::rtc::SocketAddress>
const&,
31 ::std::vector<::std::pair<::rtc::SocketAddress, ::rtc::SocketAddress>>
const&,
46 ::std::set<::rtc::SocketAddress>
const&,
47 ::std::vector<::std::pair<::rtc::SocketAddress, ::rtc::SocketAddress>>
const&,
Definition FieldTrialsView.h:7
Definition PortConfiguration.h:17
MCAPI ::std::set<::rtc::SocketAddress > StunServers()
MCAPI void * $ctor(::std::set<::rtc::SocketAddress > const &, ::std::vector<::std::pair<::rtc::SocketAddress, ::rtc::SocketAddress > > const &, ::std::string_view, ::std::string_view, ::webrtc::FieldTrialsView const *)
MCAPI bool SupportsProtocol(::cricket::RelayServerConfig const &, ::cricket::ProtocolType) const
MCAPI void AddRelay(::cricket::RelayServerConfig const &)
MCAPI PortConfiguration(::std::set<::rtc::SocketAddress > const &, ::std::vector<::std::pair<::rtc::SocketAddress, ::rtc::SocketAddress > > const &, ::std::string_view, ::std::string_view, ::webrtc::FieldTrialsView const *)
MCAPI ::std::set<::rtc::SocketAddress > GetRelayServerAddresses(::cricket::ProtocolType) const
Definition RelayServerConfig.h:15