frameRate property

int? frameRate
final

Expected maximum frame rate of the subscribed stream in px. The default value is 0, values greater than 10 are valid.

If the frame rate of the stream published is lower than the value you set, or if your subscribed stream falls back under limited network conditions, the frame rate you set will drop accordingly.
Only valid if the stream is coded with SVC technique.

Implementation

final int? frameRate;