CustomRemoteRender constructor

CustomRemoteRender({
  1. required String userId,
  2. required int streamType,
  3. required int width,
  4. required int height,
})

Implementation

CustomRemoteRender(
    {required this.userId,
    required this.streamType,
    required this.width,
    required this.height});