publishScreenCaptureAudio property

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

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

Implementation

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