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

Method IsOnlyAudioClients

src/render/plugin_interface/gr_net_plugin.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 bool GrNetPlugin::IsOnlyAudioClients() {
47 return false;
48 }
49
50 int GrNetPlugin::GetConnectedClientsCount() {
51 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected