Typo correction, I'm using ARI node library, not webrtc node library.
And by not working, I meant, I don't see my log messages indicating that AsteriskOn Tue, May 10, 2016 at 5:16 PM, Nitesh Bansal <nitesh.bansal@xxxxxxxxx> wrote:
is incorrect?Is there something wrong with my code? or may be my understanding of these eventswork.The objective was to detect voice activity on the channel, but it didn't seem toHello,In my ARI application built on webrtc node library, I added the following codechannel.on('ChannelTalkingStarted', function (event, channel) {
console.log("Channel is now talking ", channel.id);
});
channel.on('ChannelTalkingFinished', function (event, channel) {
console.log("Channel is not talking anymore", channel.id);
});Regards,Nitesh
_______________________________________________ asterisk-app-dev mailing list asterisk-app-dev@xxxxxxxxxxxxxxxx http://lists.digium.com/cgi-bin/mailman/listinfo/asterisk-app-dev