| 118 | } |
| 119 | |
| 120 | void SendWebsocketVendorEvent(const std::string &eventName, obs_data_t *data) |
| 121 | { |
| 122 | if (OBSIsShuttingDown()) { |
| 123 | return; |
| 124 | } |
| 125 | obs_websocket_vendor_emit_event(vendor, eventName.c_str(), data); |
| 126 | } |
| 127 | |
| 128 | } // namespace advss |
no test coverage detected