How to get subscribers list?

MOGI
✭
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?
0
Best Answer
-
Create the channel with PublishSubscribers true.
1
Answers
-
Create the channel with PublishSubscribers true.
1 -
oh..!! it's so simple! thank you!
0