MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GetConnectedClientsCount

Method GetConnectedClientsCount

src/render/plugins/net_ws/ws_server.cpp:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 int WsPluginServer::GetConnectedClientsCount() {
162 return (int)stream_routers_.Size();
163 }
164
165 bool WsPluginServer::IsOnlyAudioClients() {
166 bool only_audio_client = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected