Code: Select all
scope.onObjectReceived(asObj, scope.roomList[fromRoom].userList[senderId] )Code: Select all
scope.onObjectReceived(asObj, scope.roomList[fromRoom].userList[senderId], fromRoom)Code: Select all
scope.onObjectReceived(asObj, scope.roomList[fromRoom].userList[senderId] )Code: Select all
scope.onObjectReceived(asObj, scope.roomList[fromRoom].userList[senderId], fromRoom)I don't know for wich version of the API you talk, but for SFS 5.0 pro AS2 API the situation is:rikki-tikki wrote:now is...may be must be...Code: Select all
scope.onObjectReceived(asObj, scope.roomList[fromRoom].userList[senderId] )?Code: Select all
scope.onObjectReceived(asObj, scope.roomList[fromRoom].userList[senderId], fromRoom)
Code: Select all
Usage:
smartFox.onObjectReceived(obj:Object, sender:User)
look at class SmartFoxClient, private method handleSysMessages, line 515I don't know for wich version of the API you talk, but for SFS 5.0 pro AS2 API the situation is:Code: Select all
Usage: smartFox.onObjectReceived(obj:Object, sender:User)