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