videoQualityPriority property

List<int> videoQualityPriority
final

Initial video quality priority. The first available option will be used, from start to the end of this list. If all options informed are not available or if nothing is provided, 360p is used.

Default value is 1080, 720, 360

Implementation

final List<int> videoQualityPriority;