zello-channel-api icon indicating copy to clipboard operation
zello-channel-api copied to clipboard

WebSocket-based API and SDKs to connect to Zello channels (BETA)

Results 76 zello-channel-api issues
Sort by recently updated
recently updated
newest added

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...

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 3.1.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) v5.1.0 Features add...

dependencies

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies needed to be updated together. Updates `yargs-parser` from 11.1.1 to 13.1.2 Changelog Sourced from yargs-parser's changelog. 15.0.0 (2019-10-07) Features rework collect-unknown-options into unknown-options-as-args, providing...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) and [css-loader](https://github.com/webpack-contrib/css-loader). These dependencies needed to be updated together. Updates `postcss` from 5.2.18 to 8.4.16 Release notes Sourced from postcss's releases. 8.4.16 Fixed Root AST migration. 8.4.15 Fixed...

dependencies

Bumps [markdown-it](https://github.com/markdown-it/markdown-it) and [jsdoc](https://github.com/jsdoc/jsdoc). These dependencies needed to be updated together. Updates `markdown-it` from 10.0.0 to 12.3.2 Changelog Sourced from markdown-it's changelog. [12.3.2] - 2022-01-08 Security Fix possible ReDOS in...

dependencies

Bumps [marked](https://github.com/markedjs/marked) and [jsdoc](https://github.com/jsdoc/jsdoc). These dependencies needed to be updated together. Updates `marked` from 2.1.3 to 4.0.19 Release notes Sourced from marked's releases. v4.0.19 4.0.19 (2022-08-21) Bug Fixes make second...

dependencies

Hi everyone! Would it be possible to embed Zello on a website so it would display and function like the desktop application? I'd like to have Zello embedded on my...

Hey guys. We work on creating a database of active channels. We could collect their names (provided by the channel owners), but we flatly refuse to type in some information...

I am trying to make a Zello application Python client using API documentation from the Zello Github repo. I am having problems with the decoding the raw data. The documentation...