onLocalVideoStats method Null safety

void onLocalVideoStats(
  1. 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);