TRTCMixUser constructor
      
      TRTCMixUser({})
     
    
    
Implementation
TRTCMixUser(
    {this.userId = '',
    this.roomId = "",
    this.x = 0,
    this.y = 0,
    this.width = 0,
    this.height = 0,
    this.zOrder = 0,
    this.streamType = TRTCCloudDef.TRTC_VIDEO_STREAM_TYPE_BIG,
    this.inputType = 0,
    this.pureAudio = false});