Go to documentation repository
Custom filter on the Log Panel panel can be changed with a script or macro. For more details on the filter and its configuration in the user interface, see Custom filter in the Log panel.
Use APPLY_FILTER reaction of the VIDEOSRV_M object to create or change the custom filter in the Log Panelpanel:
DoReact("VIDEOSRV_M","","APPLY_FILTER","computer<>,query<>");
...