publishSecondaryScreenTrack property

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

Whether to publish the video captured from the second screen: true : Publish the video captured from the second screen. false : Do not publish the video captured from the second screen.

Implementation

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