Hi,
Two things:
First :
ChatContainer startFlashing has changed.
2.5.8 Was (ChatRoom)
2.6.0 Now (Component, boolean, String, String)
Is this going to be backward compatible?
Otherwise it will be quite inconvenient as I work with 1000+ user base.
Second:
This code does not work in version 2.6.0. It did in 2.5.8 (which may be a surprise ).
The room here was a ChatRoom handled through addChatRoomListener >> chatRoomOpened (and the others)
GroupChatRoom groupChatRoom = (GroupChatRoom)room;
x = GroupChatRoom getParticipantCount();
Is this a bug or will there be a different methodology for getting the Participant count from a room when the participants change?
Thanks