TRTCParams constructor

TRTCParams(
  1. {int sdkAppId = 0,
  2. String userId = "",
  3. String userSig = "",
  4. int roomId = 0,
  5. String strRoomId = "",
  6. int role = TRTCCloudDef.TRTCRoleAnchor,
  7. String streamId = "",
  8. String userDefineRecordId = "",
  9. String privateMapKey = "",
  10. String businessInfo = ""}
)

Implementation

TRTCParams