Allan Ribas

Results 7 issues of Allan Ribas

Is there a way to test that? Create and access ad hoc channels anonymously

I know why the error is caused, but how can I catch the error Uncaught (in promise) DOMException: Requested device not found it says that erro comes from `` but...

on most channels I try to implement, https://github.com/zelloptt/zello-channel-api/blob/master/sdks/js/examples/05-custom-recorder-echo.html. Always gives this error. custom-recorder-echo.html: 436 Uncaught TypeError: Cannot read property 'instanceId' of undefined      at t. (custom-recorder-echo.html: 436)      at t.f.emit (zcc.session.js: 1)     ...

this works not anymore https://zello.com/forgot_password/reminder_sent/ waiting already 3 days If you didn't receive it within 15 minutes, check in your spam folder or [try again](https://zello.com/forgot_password/). I did it

You talk and explain in API, but I've tested almost everything, and less than half of the implementations work. No further

Zello Channel SDKs works fine, but Zello Channel API is broken. https://github.com/zelloptt/zello-channel-api/blob/master/API.md#on_image session.on(ZCC.Constants.EVENT_INCOMING_IMAGE_DATA, (incomingImageData) => { //here it works }) ws.onmessage = async function(event) { /* on_image { command: 'on_image',...

When I send an image from Zello Android app, I get this error: Missing image height I,m unable to receive image data using Api. I think this issue is not...