publishScreenCaptureVideo property

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

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;