Jump to content
  • 0

Getting issue while installing conference app


Suresh Y
 Share

Question

Details :

Community Edition - 2.3.2

JDK:
openjdk version "11.0.11" 2021-04-20

Error:
SEVERE: Servlet.service() for servlet [jersey-serlvet] in context with path [] threw exception [java.lang.ClassCastException: class io.antmedia.conferenceapp.ConferenceApplication cannot be cast to class io.antmedia.IApplicationAdaptorFactory (io.antmedia.conferenceapp.ConferenceApplication is in unnamed module of loader org.apache.catalina.loader.ParallelWebappClassLoader @a8e3dd3; io.antmedia.IApplicationAdaptorFactory is in unnamed module of loader java.net.URLClassLoader @27a5f880)] with root cause

Link to comment
Share on other sites

  • Answers 4
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

4 answers to this question

Recommended Posts

  • 0

Hi 

We did installed the enterprise edition and used conference.html page with in  the WebRTCAppEE.

Here are the challenges we are currently facing:

we created a conference room using RESTAPI & set expiry to it,  So that all users will join the room created

Once the conference room is created with RESTAPI , we are not able to see the room any where 

when we give the name of the room created in conference.html it is still generating a new id,  So now we are unable to have an expiry on it

 please can you help with the documentation link which can help us in acheiving this 

One more thing, we are trying to place authentication using token, please also help us with relevant documentation related to token implementation on conference

Thanks
Suresh

Link to comment
Share on other sites

  • 0

Hi,

For checking the conference rooms you can use this call: https://antmedia.io/rest/#/BroadcastRestService/getConferenceRoomList

 

Expiry date is in unix timestamp, if the room expires new participants can't join to the room. Isn't it working as expected? If not please write your steps, step by step.

 Security documentation : https://github.com/ant-media/Ant-Media-Server/wiki/Security-Documentation

 

Thanks

 

 

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...