publishScreenTrack property

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

该参数仅适用于 Windows 和 macOS 平台。 设置是否发布屏幕采集的视频: true :发布屏幕采集到的视频。 false :不发布屏幕采集到的视频。

Implementation

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