publishScreenCaptureAudio property

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

Whether to publish the audio captured from the screen: true : Publish the audio captured from the screen. false : Publish the audio captured from the screen. This parameter is for Android and iOS only.

Implementation

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