publishScreenTrack property

  1. @JsonKey(name: 'publishScreenTrack')
bool? publishScreenTrack
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 is for Windows and macOS only.

Implementation

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