CustomRender constructor

CustomRender({
  1. required String userId,
  2. bool? isFront,
  3. required bool isLocal,
  4. required int streamType,
  5. required int width,
  6. required int height,
})

Implementation

CustomRender(
    {required this.userId,
    this.isFront,
    required this.isLocal,
    required this.streamType,
    required this.width,
    required this.height});