Hi,
is it possible to run openmeetings/kurento using the lt-cred-mech
instead of the rest api? I assume the relevant part is in
$OM_HOME/webapps/openmeetings/WEB-INF/classes/applicationContext.xml
We currently have:
<bean id="kurentoHandler"
class="org.apache.openmeetings.core.remote.KurentoHandler" init-method="init"
destroy-method="destroy"
p:kurentoWsUrl="ws://127.0.0.1:8888/kurento"
p:checkTimeout="10000"
p:watchThreadCount="10"
p:turnUrl="<publicIP>"
p:turnUser=""
p:turnSecret="<secretpass>"
p:turnMode="rest"
p:turnTtl="60"
p:objCheckTimeout="200"
/>
What would we have to specify as p:turnMode to use the longterm
credential mechanism?
--
Orm