captureAudio property

bool? captureAudio
final

Determines whether to capture system audio during screen sharing: true: Capture. false: (Default) Do not capture. On Android, due to system limitations, capturing system audio is only available for Android API level 29 and later (that is, Android 10 and later).

Implementation

final bool? captureAudio;