onRemoteVideoStats method Null safety

void onRemoteVideoStats(
  1. List<NERtcVideoRecvStats> statsList
)

Get notified when the stats of a remote video stream in the call are collected The message sent by this callback describes the stats of the video stream in a peer-to-peer call from the remote user. The callback is triggered every 2 seconds.

Implementation

void onRemoteVideoStats(List<NERtcVideoRecvStats> statsList);