getRectList abstract method

List<Rect> getRectList(
  1. int hostCount, {
  2. double scale = 1.0,
})

Get the coordinates of the user's video frame on the PK layout at position hostCount.

Implementation

List<Rect> getRectList(
  int hostCount, {
  double scale = 1.0,
});