onUplinkNetworkInfoUpdated property

(void Function(UplinkNetworkInfo info)?) onUplinkNetworkInfoUpdated
final

Occurs when the uplink network information changes. The SDK triggers this callback when the uplink network information changes.This callback only applies to scenarios where you push externally encoded video data in H.264 format to the SDK.

  • info The uplink network information. See UplinkNetworkInfo .

Implementation

final void Function(UplinkNetworkInfo info)? onUplinkNetworkInfoUpdated;