MenuMenu

RTCMultiConnection.onspeaking

This event is fired if a user keeps speaking

How to use

connection.onspeaking = function (e) {
    // e.streamid, e.userid, e.stream, etc.
    // e.extra.fullName
    e.mediaElement.style.border = '1px solid red';
};

Please check other event as well: onsilence