Page 2 of 2

Re: Room Extension and USER_VARIABLES_UPDATE Events

Posted: 18 Sep 2014, 15:59
by Lapo
It depends if Users are allowed to stay in multiple Rooms at the same time because USER_VARIABLES_UPDATE event will fire in every Room where the user is joined.

More in general it also depends on what you need to do with those events. If you end up executing the same logic in two different places, then it will be best to handle the event at Zone Level.

Cheers