We tried the API service modifyRoomParameter" and sent "sipEnabled" as
paramName and true as paramValue, but got the following error:

'Cannot invoke
org.apache.openmeetings.persistence.beans.room.Room.setSipEnabled on bean
class 'class org.apache.openmeetings.persistence.beans.room.Room' -
argument type mismatch - had objects of type "java.lang.String" but
expected signature "boolean"'

The service converts the paramValue into String, whereas the "sipEnabled"
is required to be a boolean value.

Can you suggest some other API service to achieve this?

Reply via email to