localVideoStats property

LocalVideoStatsCallback? localVideoStats
getter/setter pair

Reports the statistics of the local video streams.

The SDK triggers this callback once every two seconds for each user/host. If there are multiple users/hosts in the channel, the SDK triggers this callback as many times.

The LocalVideoStatsCallback typedef includes the following parameter:

Implementation

LocalVideoStatsCallback? localVideoStats;