MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / setStunPort

Method setStunPort

Src/Channel/ICE/ParameterICE.cpp:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void CParameterICE::setStunPort(quint16 newNStunPort)
147{
148 if (m_nStunPort == newNStunPort)
149 return;
150 m_nStunPort = newNStunPort;
151 emit sigStunPortChanged();
152}
153
154const QString &CParameterICE::getTurnServer() const
155{

Callers 1

slotAcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected