Real-Time Messaging - Get all channels?

Hi guys,

is there any way for me to retrieve a list of all the real-time messaging channels?
I want the user to see a list of channels available and when the user clicks on a item then the user should subscribe to that channel.

What would the solution be to this?

Thanks in advance

Hi Franco,

There is no API to get a list of messaging channels. A solution would be to maintain a list of channels in your app in a data table and retrieve them from there.

Regards,
Mark

Perfect, Thank you very much!