onDirectCdnStreamingStats property

void Function(DirectCdnStreamingStats stats)? onDirectCdnStreamingStats
final

Reports the CDN streaming statistics.

When the host directly pushes media streams to the CDN, the SDK triggers this callback every one second.

  • stats The statistics of the current CDN streaming. See DirectCdnStreamingStats.

Implementation

final void Function(DirectCdnStreamingStats stats)? onDirectCdnStreamingStats;