Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed rooms argument from talker.broadcast, it's single argument now
is content which it broadcasts to all rooms. If you want send a message to multiple specific rooms you can for example use this instead: ['room1', 'room2'].forEach(function() { talker.message(room, content); });
- Loading branch information