TRTCSpeedTestParams constructor
TRTCSpeedTestParams({})
Implementation
TRTCSpeedTestParams(
{required this.sdkAppId,
required this.userId,
required this.userSig,
this.expectedUpBandwidth = 0,
this.expectedDownBandwidth = 0,
this.scene = TRTCSpeedTestScene.delayTesting});