captureVideo property

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

Whether to capture the screen when screen sharing: true : (Default) Capture the screen. false : Do not capture the screen. Due to system limitations, the capture screen is only applicable to Android API level 21 and above, that is, Android 5 and above.

Implementation

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