stopScreenShare method

void stopScreenShare()

Implementation

void stopScreenShare() {
  if (Platform.isAndroid) {
    TUIRoomEngine.sharedInstance().enableSystemAudioSharing(false);
  }
  DeviceStore.shared.stopScreenShare();
}