Emitted when the Call gets a webrtc sample object. This event is published every second.
call.on('sample', (sample) => { }); Copy
call.on('sample', (sample) => { });
Emitted when the Call gets a webrtc sample object. This event is published every second.