TRTCUser constructor

TRTCUser(
  1. {String userId = '',
  2. int intRoomId = 0,
  3. String strRoomId = ''}
)

Implementation

TRTCUser({
  this.userId = '',
  this.intRoomId = 0,
  this.strRoomId = '',
});