Is it possible to rename the \"Media\" title in the menu?

A site I’m using this plugin on has a unique naming structure they would like on all their menu items. I would like to change the “Media” name in the current menu setup to “iMedia”. Is this possible?

Add this line in your site's wp-config.php file.

define ( 'RTMEDIA_MEDIA_LABEL', 'iMedia' );

For more details please check this document -> https://rtcamp.com/rtmedia/docs/developer/rtmedia-defined-constants/