isScreensharing method

bool isScreensharing()

Implementation

bool isScreensharing() {
  return localScreenshareStream != null;
}