onRtcStats property
getter/setter pair
RTC network statistics callback.
Available since: 3.20.0
Description: RTC network statistics callback.
Use cases: When a developer wants to analyze the local network situation.
When to Trigger: After calling startPublishingStream
to start pushing the RTC stream, it will call back the upstream statistics. After calling startPlayingStream
to start playing the RTC or L3 stream, it will call back the downlink statistics. The default callback period is 3 seconds.
Restrictions: None.
Caution: None.
info
statistical information.
Implementation
static void Function(ZegoRtcStatsInfo info)? onRtcStats;