TRTCParams constructor
TRTCParams({ - int sdkAppId = 0,
- String userId = "",
- String userSig = "",
- int roomId = 0,
- String strRoomId = "",
- TRTCRoleType role = TRTCRoleType.anchor,
- String streamId = "",
- String userDefineRecordId = "",
- String privateMapKey = "",
- String businessInfo = "",
})
Implementation
TRTCParams(
{this.sdkAppId = 0,
this.userId = "",
this.userSig = "",
this.roomId = 0,
this.strRoomId = "",
this.role = TRTCRoleType.anchor,
this.streamId = "",
this.userDefineRecordId = "",
this.privateMapKey = "",
this.businessInfo = ""});