frameRate property

int frameRate
getter/setter pair

Expected maximum frame rate of the subscribed stream in px. The default value is 0, which represents full-frame-rate, values greater than 0 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

int frameRate;