TRTCParams constructor
TRTCParams(- {int sdkAppId = 0,
- String userId = "",
- String userSig = "",
- int roomId = 0,
- String strRoomId = "",
- 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.strRoomId = "",
this.role = TRTCCloudDef.TRTCRoleAnchor,
this.streamId = "",
this.userDefineRecordId = "",
this.privateMapKey = "",
this.businessInfo = ""});