Hello,
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);
});
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