SetLocalVideoWatermarkConfigsRequest constructor

SetLocalVideoWatermarkConfigsRequest({
  1. required int type,
  2. VideoWatermarkConfig? config,
})

Implementation

SetLocalVideoWatermarkConfigsRequest({
  required this.type,
  this.config,
});