|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void Lila::Server::broadcast_event | ( | const StreamEvent & | event, |
| std::optional< std::string_view > | target_session = std::nullopt |
||
| ) |
Broadcasts an event to connected clients.
| event | The event to broadcast |
| target_session | Optional session ID to target a specific client |
Definition at line 437 of file Server.cpp.
References LILA_WARN, m_clients_mutex, m_connected_clients, and send_message().
Here is the call graph for this function: