Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ setTurnPassword
Method
setTurnPassword
Src/Channel/ICE/ParameterICE.cpp:198–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
void CParameterICE::setTurnPassword(const QString &newSzTurnPassword)
199
{
200
if (m_szTurnPassword == newSzTurnPassword)
201
return;
202
m_szTurnPassword = newSzTurnPassword;
203
emit sigTurnPasswordChanged();
204
}
Callers
1
slotAccept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected