Photon Chat Connect and Subscribe function

Options
Hello, I just want to know if we have a callback for subscribefailed? (Maybe connection problem or so)
Does photon chat automatically trying to subscribe to the channel? is there any timeout? or you need to called the subscribe function again?

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @PIkakuni,

    Thank you for choosing Photon!

    Which Chat SDK do you use?
    If it's C# then you get result of subscription in the callback IChatClientListener.OnSubscribed(channels, results).
    Otherwise increase logging level to see if there is an error.