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

Method setTurnServer

Src/Channel/ICE/ParameterICE.cpp:159–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void CParameterICE::setTurnServer(const QString &newSzTurnServer)
160{
161 if (m_szTurnServer == newSzTurnServer)
162 return;
163 m_szTurnServer = newSzTurnServer;
164 emit sigTurnServerChanged();
165}
166
167quint16 CParameterICE::getTurnPort() const
168{

Callers 1

slotAcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected