isScreenShareSupported property

bool get isScreenShareSupported

Convenience method to check screen share support.

Implementation

static bool get isScreenShareSupported =>
    isSupported(MediasfuFeature.screenShare);