Chat Channel List

mandy_hive
edited June 2017 in Photon Chat
I've implemented chat in my iOS/Android app in Unity 5.6 using the most recent Photon SDK. I can create chat rooms and join chat rooms, but how do you find a list of all chat rooms available on the Server, not just locally subscribed?
Is there more complete documentation on Photon Chat, aside from the quick start guide?

Thanks!

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @mandy_hive,

    I already replied to your email. Please try to keep a single support channel open at a time if possible. Thanks.

    Here is my answer for others:


    how do you find a list of all chat rooms available on the Server, not just locally subscribed?
    You can't. We do not offer this feature for the time being.
    The use case were not highly demanded and we chose not to have it to avoid the issues that might come with it.

    Maybe you could tell us why do you need it and we can suggest another approach
    or
    You can make use of Chat Webhooks and a HTTP client to keep track of open chat channels per AppId.
    You will need a web server (your own or a 3rd party) for this.