EnableLocalVideoRequest constructor

EnableLocalVideoRequest({
  1. bool? enable,
  2. int? streamType,
})

Implementation

EnableLocalVideoRequest({
  this.enable,
  this.streamType,
});