stopScreenSharing method

void stopScreenSharing()

Implementation

void stopScreenSharing() {
  _roomEngine.stopScreenSharing();
}