e.g.
```
presenceChannel = this.presence.getChannel('/blah');
presenceChannel.subscribe();
presenceChannel.on('change', (channel) => console.log(channel.users));
```
This commit also does some refactoring to remove the use of an unnecessary EmberObject and dynamic `defineProperty` call
|
||
|---|---|---|
| .. | ||
| current-user-test.js | ||
| document-title-test.js | ||
| presence-test.js | ||
| screen-track-test.js | ||
| store-test.js | ||