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

I have written the code to receive audio from a client in the same channel. However, the data are in Binary. I have attached a text file containing the Binary....

I have written some python code to connect to a channel, stream, remove first 9 bytes from the data packets, condense them into one text file and save. From there...

I can't find a way to connect to channels that are set to use a password. I can connect to other public channels fine. Is there an option that needs...

enhancement

Upon sending the following message via websockets, with either developer JWT token, or production JWT token generated with private keys. { seq: 1, command: "logon", auth_token: 'token', username: 'username', password:...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

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

For some reason images are not sent anymore. I didn't change the code at my side so I wonder were there any changes at the API side regarding images sending...

When will it be possible to connect to channels that have a password?

![image](https://user-images.githubusercontent.com/52646178/149664654-7a908b88-d1bc-46bd-893c-847d58fa79c8.png) I would like to ask,How should I fill in this column,thanks~

Is there any way to control a channel's audio levels? Specifically when running multiple channels at once, controlling their volumes independently. https://github.com/zelloptt/zello-channel-api/blob/master/sdks/js/examples/10-multichannel-player-recorder.html