This is what i am planning to achieve.. if the user is in the chatbox, it should not receive any broadcast notif if it is related with the current chatbox.. is it possible to achieve this? i am using this simple code
Notification::make() ->title('Message received at ticket ' . $ticket_number) ->broadcast($recipient);
Notification::make() ->title('Message received at ticket ' . $ticket_number) ->broadcast($recipient);