captureAudio property
Determines whether to capture system audio during screen sharing: true : Capture system audio. false : (Default) Do not capture system audio. Due to system limitations, capturing system audio is only applicable to Android API level 29 and later (that is, Android 10 and later). To improve the success rate of capturing system audio during screen sharing, ensure that you have called the setAudioScenario method and set the audio scenario to audioScenarioGameStreaming.
Implementation
@JsonKey(name: 'captureAudio')
final bool? captureAudio;