publishScreenCaptureVideo property
Whether to publish the video captured from the screen: true : Publish the video captured from the screen. false : Do not publish the video captured from the screen. This parameter is for Android and iOS only.
Implementation
@JsonKey(name: 'publishScreenCaptureVideo')
final bool? publishScreenCaptureVideo;