Avatar

Level 3

Hello,

I have been reading through the simplechat, and I notice one can obtain only the entire history.

http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/pods/SimpleChat.html

Would it be possible somehow to get only the last message and the username? Kind of like a polling feature, so that I can have access to each message one by one, such that when a user types the message and presses enter, I can have access to it?

If not I guess this would be a feature request

PS: I just noticed the SimpleChatModel in the examples, which has this exact feature.