pusher.trigger('presence-channel', 'my-event2', 'Hi', socket_id);
here I can not add multiple socket ids to exclude users in the above function.
is there any solution for, triggering an event to a single user? or excluding multiple recipients from that event ?. given their socket ids.