localVideoStats property

LocalVideoStatsCallback? localVideoStats
getter/setter pair

Reports the statistics of the local video stream. The SDK triggers this callback once every two seconds to report the statistics of the local video stream.

Param stats The statistics of the local video stream.

Implementation

LocalVideoStatsCallback? localVideoStats;