Hi,
We have the following error "com.adobe.rtc.util.RTCError: not-active" on all our environment (3 different LCCS accounts), including our production environment. This is a new error that we were not having before. We had successfull video conference in the past weeks, and our code base didn't change for months.
Here is the code generating the error:
AccountManager accountManager = getAccountManager();
accountManager.createRoom(room, "HHConference");
MessageItem item = new MessageItem("item", conferenceMode.getValue(), "item");
accountManager.publishItem(room, "roomMode", "value", item, true);
The "room" variable is the room name composed of lowercase alphanumeric characters (max 21 characters)
The template name is "HHConference" ... Is it a problem to have capital letters in the template name?
The "conferenceMode.getValue()" returns the integer "7".
Is there anything that change on your side that could explain this error?
Fast help would be appreciated, as we have a demo this friday.
Thank you very much!