Chat message lifetime?

Options
How can I have my photon chat messages have a lifetime? They're displaying forever.

Comments

  • vadim
    Options
    Client API keeps message history per channel. You can clear that history for any channel. If this simple message maintenance does not fit your needs, implement your own, using IChatClientListener OnGetMessages and OnPrivateMessage handlers.
  • vadim wrote:
    Client API keeps message history per channel. You can clear that history for any channel. If this simple message maintenance does not fit your needs, implement your own, using IChatClientListener OnGetMessages and OnPrivateMessage handlers.

    Do messages store a time when they were sent?
  • vadim
    Options
    No. Only sender id and message body stored currently.