Daniel Hunt

Results 5 issues of Daniel Hunt

When using Zello Channels JS SDK for PTT a user may start and end a stream before getting a response from the `start_stream` event from either [`Session.startVoiceMessage()`](https://github.com/zelloptt/zello-channel-api/blob/d8b4adb8f3964497a3f34194ebb5f596f18b4a29/sdks/js/src/classes/session.js#L440) or direct calls...

When calling `outgoingMessage.stop()`, stream is stopped before the message has finished being encoded and sent.

I am unable to broadcast messages in Chrome or Edge using JS SDK on both Windows and MacOS. I have confirmed this in our use of the SDK and via...

bug

When sending a message from web there is jitter in the playback.

**Bug description:** `webView` is `nil` when calling `-[RNCWebViewImpl writeCookiesToWebView:completion:]` in `-[RNCWebViewImpl resetupScripts:]`. **To Reproduce:** Have a WebView that makes a request with an auth cookie from ReactNative. **Expected behavior:** Request...

Type: bug report