spareVideo property

  1. @JsonKey(name: '@SpareVideo', fromJson: int.parse)
int spareVideo
final

Number of spare Video tracks that can be added to this recording.

Implementation

@JsonKey(name: '@SpareVideo', fromJson: int.parse)
final int spareVideo;