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

creating a replay recorder

Open Allanksr opened this issue 4 years ago • 2 comments

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)      at t.value (zcc.session.js: 1)      at t.value (zcc.session.js: 1)      at t.value (zcc.session.js: 1)      at WebSocket. (zcc.session.js: 1)

on Android: com.zello.com.embeddable.demo V/ZelloChannels: [i] Incoming voice matching id stream_id not found

'But on some channels it works' Already tried to reconfigure the channel, but always causes this error mentioned above

Allanksr avatar Oct 15 '19 09:10 Allanksr

@Allanksr thank you report

on most channels I try to implement,

Can you please give us channel names? Thank you

megamk avatar Oct 22 '19 19:10 megamk

I tried to use the production key and the test key. on these channels: Functions, Misturados, it works on these channels: Informação, A N D R O I D, it doesn't work It is possible to send the audio, but when receiving the audio gives the error mentioned above. it may be possible that access is being denied. https://github.com/zelloptt/zello-channel-api/blob/master/API.md#supported-features

Allanksr avatar Oct 24 '19 20:10 Allanksr