Add a new "On user join" event
ArmandBriere opened this issue · 1 comments
ArmandBriere commented
We want Archy to greets new users
- Add a listener to the main node
- Throw a pub/sub event when a new user arrive
- Write a cloud function that listen to this event and greets the user
wildman777 commented
I will try to do it.