publishFourthScreenTrack property

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

Whether to publish the video captured from the fourth screen: true : Publish the captured video from the fourth screen. false : Do not publish the video captured from the fourth screen. This is for Windows and macOS only.

Implementation

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