Ari Borensztein

Results 2 issues of Ari Borensztein

**Code to reproduce the issue:** ```js const room = await connect(token, { name: 'someRoom', audio: true, video: true }); // Sometime later, user turns off mic room.localParticipant.audioTracks.forEach((publication) => { //...

bug filed

Per the [docs](https://getstream.io/chat/docs/go-golang/before_message_send_webhook/#request-info), I should be able to set an `x-stream-ext` header to pass arbitrary info through the before send webhook's `request_info` payload, but I'm unable to find how to...