I'm trying to create muc room using createInstantRoom method in strophe.muc.js, but its throwing error. can anyone plese tell me what is the format of room name given as input to createInstantRoom method
I tried this: this.globalConnection.muc.createInstantRoom('testGroup@conference.localhost/879FKQVK0NZVMWRYQ8@localhost', this.onSuccess, this.onFailure);
This is the error call backfunction response:
…