isScreenShareStarted method

Future<bool> isScreenShareStarted()

Implementation

Future<bool> isScreenShareStarted() async {
  return await CrImpl.instance.isScreenShareStarted();
}