Justice Mba

Results 5 issues of Justice Mba

I've tried to add `--watch` option manually and also [the suggestions here](https://github.com/kmagiera/babel-watch#application-doesnt-restart-automatically) but nothing's working. My script block looks like this ```js "scripts": { ... "clean": "rm -rf build &&...

**Describe the Bug** When the last track is removed, the first track in the queue gets activated on both platforms correctly. Now, if the last track removed was actively playing...

Bug
Stale

Since v2, I've been getting this invalid accessToken error whenever I call this `channel.history()` API. Note that the same accessToken is used across all other APIs in my app and...

bug

I think we should have a way to filter what messages in a channel should go through integration. E.g Suppose we have a `MyChannel`channel where I receive `chat-message` messages, and...

enhancement
documentation

Similar to using `presence.leaveClient` to remove a client from a presence, we should have a way to detach a client from a channel. Something like `channel.detachClient(client123)`. Use Case: In a...

enhancement