<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">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">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>