Uwe Kohnle created OPENMEETINGS-804:
---------------------------------------

             Summary: updateRoomWithModerationQuestionsAudioTypeAndHideOptions 
sets isAudioOnly always to true
                 Key: OPENMEETINGS-804
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-804
             Project: Openmeetings
          Issue Type: Bug
          Components: SOAP/REST API
    Affects Versions: 2.1.1 Apache Release
         Environment: all
            Reporter: Uwe Kohnle


i mentioned a bug in RoomWebService.java in public Long 
updateRoomWithModerationQuestionsAudioTypeAndHideOptions.
Boolean isAudioOnly is not in roomManager.updateRoomInternal. This is the 
reason why updateRoomWithModerationQuestionsAudioTypeAndHideOptions sets 
isAudioOnly always to true.

roomManager.updateRoomInternal(room_id, roomtypes_id,
name, ispublic, comment, numberOfPartizipants, null,
appointment, isDemoRoom, demoTime, isModeratedRoom,
null, allowUserQuestions, true, true, false, "", "",

Last line should be changed to:
null, allowUserQuestions, isAudioOnly, true, false, "", "",


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to