<div dir="ltr"><div><div><div>Typo correction, I'm using ARI node library, not webrtc node library.<br><br></div>And by not working, I meant, I don't see my log messages indicating that Asterisk<br></div>didn't emit any events.<br><br></div>Nitesh<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 10, 2016 at 5:16 PM, Nitesh Bansal <span dir="ltr"><<a href="mailto:nitesh.bansal@gmail.com" target="_blank">nitesh.bansal@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>Hello,<br><br></div>In my ARI application built on webrtc node library, I added the following code<br><div style="margin-left:40px">channel.on('ChannelTalkingStarted', function (event, channel) {<br>    console.log("Channel is now talking ", <a href="http://channel.id" target="_blank">channel.id</a>);<br>  });<br><br>  channel.on('ChannelTalkingFinished', function (event, channel) {<br>    console.log("Channel is not talking anymore", <a href="http://channel.id" target="_blank">channel.id</a>);<br>  });<br></div><br></div>The objective was to detect voice activity on the channel, but it didn't seem to<br></div>work.<br><br></div>Is there something wrong with my code? or may be my understanding of these events<br></div>is incorrect?<br><br></div><div>Regards,<br></div>Nitesh<br></div>
</blockquote></div><br></div>