TRTCNetworkQosParam constructor

TRTCNetworkQosParam(
  1. {TRTCVideoQosPreference preference = TRTCVideoQosPreference.clear}
)

Implementation

TRTCNetworkQosParam({
  this.preference = TRTCVideoQosPreference.clear,
});