localStatisticsArray property

  1. @JsonKey(name: 'localStatisticsArray')
List<TRTCLocalStatistics>? localStatisticsArray
getter/setter pair
  • Field description: local audio/video statistics
  • As there may be three local audio/video streams (i.e., HD big image, smooth small image, and substream image), the local audio/video statistics are an array.

Implementation

@JsonKey(name: 'localStatisticsArray')
List<TRTCLocalStatistics>? localStatisticsArray;