How to implement a Welcome message

Options
Hi all,
I have added to a unity scene the Chat UIs that coem with the demo, and it is working fine.
I would like to know however, what would be the best approach to have the chat write a welcome message once a client has connected to the chat server, possibly coming from the server.
I am exploring a way to have the client do it on connect, but it would probably be prefarable let the server do it.
Many thanks

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited February 2017
    Options
    Hi @Thunder0ne,

    Thank you for choosing Photon!

    Photon Chat does not offer the welcome message from server feature yet.
    So you should be able to do it on client side only.

    UPDATE: we have an experimental feature that makes use of Chat WebHooks, let me know if you want to go down that road.
  • Many thanks