onVideoSendBweStats property

RtcVideoSendBweStatsCallback? onVideoSendBweStats
getter/setter pair

Callback bandwidth estimation information of sent video.

Parameter stats Bandwidth estimation of sent video.

Note Total bandwidth evaluation including sent video and screen sharing.

回调发送视频的带宽评估。

Parameter stats 发送视频的带宽评估信息。

Note 包含发送视频和屏幕共享的总共带宽评估。

Implementation

RtcVideoSendBweStatsCallback? onVideoSendBweStats;