Voice messages in 1a1 chat in react native

Can I use the functionality to send voice messages in 1-on-1 private chat?

In the expo sample app, I could see that it is possible to send voice messages in group chanels and then I started to do my proof of concept but then I found out that in the react native documentation it says this:

Voice messages are available for group channels and supergroup channels only.

Our integration is a social network with too many users and only private 1-on-1 conversations, I would like to know if I can use this component, as I saw it in the sample project.