VideoTileModel constructor

VideoTileModel(
  1. int tileId,
  2. int videoStreamContentWidth,
  3. int videoStreamContentHeight,
  4. bool isLocalTile,
  5. bool isContentShare,
)

Implementation

VideoTileModel(
  this.tileId,
  this.videoStreamContentWidth,
  this.videoStreamContentHeight,
  this.isLocalTile,
  this.isContentShare,
);