- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I have no idea why the Adobe team has written the following:
removeUserFromCollection(userD);
var newD:UserDescriptor = userD.clone();
newD.voiceStatus = p_evt.item.body.voiceStatus;
addUserToCollection(newD);
Which means, as any time a custom field or a voice status is refreshed, the user is removed then added again! So the memory taken is terrible and that is very very stupid, why they didnt update the item instead of removing/adding it? Any idea to get the real online users?
Views
Replies
0 Likes
Total Likes