TRTCParams constructor
TRTCParams({})
Implementation
TRTCParams(
{this.sdkAppId = 0,
this.userId = "",
this.userSig = "",
this.roomId = 0,
this.strRoomId = "",
this.role = TRTCCloudDef.TRTCRoleAnchor,
this.streamId = "",
this.userDefineRecordId = "",
this.privateMapKey = "",
this.businessInfo = ""});