V2TXLiveMixStream constructor
      
      V2TXLiveMixStream({})
     
    
    
Implementation
V2TXLiveMixStream({
  required this.userId,
  this.x = 0,
  this.y = 0,
  this.width = 360,
  this.height = 640,
  this.zOrder = 1,
  this.inputType = V2TXLiveMixInputType.v2TXLiveMixInputTypeAudioVideo,
});