remoteStatisticsArray property
- @JsonKey(name: 'remoteStatisticsArray')
getter/setter pair
- Field description: remote audio/video statistics
- As there may be multiple concurrent remote users, and each of them may have multiple concurrent audio/video streams (i.e., HD big image, smooth small image, and substream image), the remote audio/video statistics are an array.
Implementation
@JsonKey(name: 'remoteStatisticsArray')
List<TRTCRemoteStatistics>? remoteStatisticsArray;