What is the activity filter of rtmedia?

Hello,

I am using activity_update filter to block registered users notifications and to just show user activities. But i also want to show uploaded images so i wanted to know, what is the filter name of rtmedia plugin so i can add it to activity filter ?

Hello @Berkin_KAYALAR,

You will need to add a new filter for that. You can use bp_get_activity_show_filters_options filter and can add rtmedia_update activity type into filter. rtmedia_update is the activity type for rtMedia related updates.

Thank you.

Hello @Berkin_KAYALAR,

Here is the document link for reference : https://rtmedia.io/docs/developers/adding-rtmedia-updates-activity-show-dropdown/

Thank you.