added sendToAll on Subscriptions that allows a SessionFilter object to be used to filter the list.

This commit is contained in:
Brad Arant 2023-06-12 15:15:12 -07:00
parent 29c49cc1dd
commit 043e725035

View File

@ -33,6 +33,7 @@ namespace core
bool subInvite(TCPSession &session); bool subInvite(TCPSession &session);
void sendToAll(std::stringstream &data, TCPSession &sender); void sendToAll(std::stringstream &data, TCPSession &sender);
void sendToAll(std::stringstream &data, TCPSession &sender, SessionFilter filter);
std::string id; std::string id;
std::string mode; std::string mode;