CameraPlayer constructor
const
CameraPlayer({})
Implementation
const CameraPlayer({
super.key,
required this.uuid,
required this.pass,
this.width = 1280,
this.height = 720,
this.mic = 1,
this.sound = 1,
this.type = 0,
});