Currently working on an application which contains multiple tabbed conversations. When a conversation times out I want to close the tab associated with that conversation.
Is there a way to listen for a conversation timeout or do I just have to keep polling and checking to see if the conversation has timed out?