publishThirdScreenTrack property

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

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

Implementation

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