How to get subscribers list?

MOGI
MOGI
edited September 2022 in Photon Chat

We are implementing a chat system using Photon Chat.

After I access a certain channel, I want to get all the names of users who are accessing that channel.

We have successfully entered the channel and chat with other clients.

But HashSet<string> has a count of 0 subscribers and PublishSubscribers is also false.

Am I missing something during the setup phase?


Best Answer

Answers