uplinkMultipathMode property

  1. @JsonKey.new(name: 'uplinkMultipathMode')
MultipathMode? uplinkMultipathMode
final

上行传输模式。详见 MultipathMode 。 使用该参数时,请确保已将 enableMultipath 设置为 true 。

Implementation

@JsonKey(name: 'uplinkMultipathMode')
final MultipathMode? uplinkMultipathMode;