captureVideo property

bool? captureVideo
final

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

Implementation

final bool? captureVideo;