Hi Ben,No there is not, if you look at group.js you can see "leave" being emitted before the user is actually removed from the group. For your case I would fork the nowjs code and add your own "left" event, e.g. on line 216 of group.js you could add:self.emit.call(clientId, 'left');
after the two delete statements.
Ian Serlin