Can't get server response when use "getConfigurationForm" method

Hello,everyone!

at first I create a room using “MuitiUserChat.create()” method, and I succeed.

then I want to add some member to the room created just now.

I try to use the “getConfigurationForm” method to get the ConfigurationForm,

and then use “setAnswer(“muc#roomconfig_roomowners”, owners);” method

finally use “sendConfigurationForm(submitForm)” to set the room members.

but I encounter a big problem: when I use “getConfigurationForm”, I can’t get

a response from the server.

May anyone know how to solve it?

thanks very much!

I have the exact same problem !

Please, help !