frameRate property

  1. @JsonKey(name: 'frameRate')
int? frameRate
final

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

Implementation

@JsonKey(name: 'frameRate')
final int? frameRate;