Is there way to hide MediaResourceType.document in actionSheet of messageInputView?

Is there way to hide MediaResourceType.file in actionSheet of messageInputView?

Hi @JinyoungKim,

There’s no way to customize the menu to hide the MediaResourceType.file item at the moment.

Hi @JinyoungKim, I’ve checked it again and there is a way to have your own customized menu.

There is SBUMessageInputView.onClickAddButton(_ sender:) method which is called when you click on the + button from the message input view.
You can override the SBUMessageInputView class and implement this method to open your custom menu.