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

Method GetRtcPlugin

src/render/plugins/plugin_manager.cpp:288–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 }
287
288 GrPluginInterface* PluginManager::GetRtcPlugin() {
289 auto plugin = GetPluginById(kNetRtcPluginId);
290 if (plugin) {
291 return plugin;
292 }
293 return nullptr;
294 }
295
296 GrNetPlugin* PluginManager::GetRelayPlugin() {
297 auto plugin = GetPluginById(kRelayPluginId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected