SetLocalVideoWatermarkConfigsRequest constructor
SetLocalVideoWatermarkConfigsRequest({
- required int type,
- VideoWatermarkConfig? config,
Implementation
SetLocalVideoWatermarkConfigsRequest({
required this.type,
this.config,
});