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

Method PostTargetStreamProtoMessage

src/render/plugins/net_ws/ws_plugin.cpp:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 bool WsPlugin::PostTargetStreamProtoMessage(const std::string& stream_id, std::shared_ptr<Data> msg, bool run_through) {
90 if (IsWorking() && HasConnectedClients() && msg) {
91 return ws_server_->PostTargetStreamMessage(stream_id, msg);
92 }
93 return false;
94 }
95
96 bool WsPlugin::PostTargetFileTransferProtoMessage(const std::string& stream_id, std::shared_ptr<Data> msg, bool run_through) {
97 if (IsWorking() && HasConnectedClients() && msg) {

Callers 3

ParseNetMessageMethod · 0.45
SendAnswerSdpToRemoteMethod · 0.45
SendIceToRemoteMethod · 0.45

Calls 1

Tested by

no test coverage detected