TRTCNetworkQosParam constructor

TRTCNetworkQosParam({
  1. int preference = 2,
  2. int controlMode = 1,
})

Implementation

TRTCNetworkQosParam({
  this.preference = 2,
  this.controlMode = 1,
});