TRTCParams constructor Null safety
TRTCParams(- {int sdkAppId: 0,
- String userId: "",
- String userSig: "",
- int roomId: 0,
- int role: TRTCCloudDef.TRTCRoleAnchor,
- String streamId: "",
- String userDefineRecordId: "",
- String privateMapKey: "",
- String businessInfo: ""}
)
Implementation
TRTCParams(
{this.sdkAppId = 0,
this.userId = "",
this.userSig = "",
this.roomId = 0,
this.role = TRTCCloudDef.TRTCRoleAnchor,
this.streamId = "",
this.userDefineRecordId = "",
this.privateMapKey = "",
this.businessInfo = ""});