captureVideo property

  1. @JsonKey.new(name: 'captureVideo')
bool? captureVideo
final

受系统限制,采集屏幕仅适用于 Android API 级别为 21 及以上,即 Android 5 及以上。 屏幕共享时是否采集屏幕: true :(默认)采集屏幕。 false : 不采集屏幕。

Implementation

@JsonKey(name: 'captureVideo')
final bool? captureVideo;