frameRate property

  1. @JsonKey(includeIfNull: false)
int? frameRate
getter/setter pair

The frame rate (fps) of the shared region. The default value is 5. Agora does not recommend setting it to a value greater than 15.

Implementation

@JsonKey(includeIfNull: false)
int? frameRate;