onLocalVideoStats method Null safety
- NERtcVideoSendStats stats
Occurs when the stats of a local video stream are collected. The message sent by this callback describes the stats of the video stream published by the local device. The callback is triggered every 2 seconds.
Implementation
void onLocalVideoStats(NERtcVideoSendStats stats);