Kenny Vallejo

Results 14 comments of Kenny Vallejo

My web app calls my backend (to do some specific validation and after that. the backend removes the channel member by using the method channel.removeMembers([userId], { skip_push: true }); and...

@ltrung correct me if i'm wrong please :) even on a `audio sharing` (where there's no video track to use) use case, it should have the `getAudioTracks` available. but in...

also, the `mediaStreamBroker` has the `mediaStream` return type as always defined (`get mediaStream(): MediaStream`) when actually is initialized as undefined and has a setter that is used when you do...

@ltrung I was doing some research in the chime SDK and for this error to happen seems to be a weird race condition where either `audioVideoDidStop` or `stopContentShare` is executed...

and also, because this happens inside `observers` that we don't have control when they're executed, is not possible to actually handle the errors with a tryCatch for saying something. so...

in our backend doing a partial update ```ts channel.updatePartial({ set: { disabled: true } }), ```

@MartinCupela do you have an update or were able to repro it? Dunno if i should post this issue in here or in the core stream-chat repo. Right now this...

can someone.... reply? at least mark the issue as confirmed lol? has been almost a month

@myandrienko Recently we upgrade stream-chat-js and stream-chat-react to latest version. And i can see how it's fixed now. The problem is that it doesn't account for old state. We have...