VideoComponent constructor

const VideoComponent({
  1. Key? key,
  2. required String userId,
  3. bool showDeviceControl = true,
  4. bool isSubStream = false,
  5. bool isSelfShareScreen = false,
  6. bool showInfo = true,
  7. bool showVolumeAnimation = true,
})

Implementation

const VideoComponent({super.key, required this.userId, this.showDeviceControl = true, this.isSubStream = false, this.isSelfShareScreen = false, this.showInfo = true, this.showVolumeAnimation = true,});