Long room_id = currentClient.getRoom_id();
currentClient.setIsRecording(false);
currentClient.setRoomRecordingName("");
this.clientListManager.updateClientByStreamId(current.getClient().getId(), currentClient);
RoomRecording roomRecording = roomRecordingList.get(roomrecordingName);
String conferenceType = roomRecording.getConferenceType();
//get all stream and stop recording them
//Todo: Check that nobody does Recording at the same time Issue 253
Collection<Set<IConnection>> conCollection = current.getScope().getConnections();
for (Set<IConnection> conset : conCollection) {