Re: lt-cred-mech in config

2020-04-08 Thread Maxim Solodovnik
On Thu, 9 Apr 2020 at 05:13, Orm Finnendahl <
orm.finnend...@selma.hfmdk-frankfurt.de> wrote:

> 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
>
>
As far as I know `lt-cred-mech` is the setting of coturn NOT openmeetings
NOT KMS
So this is the question I didn't get ...


> $OM_HOME/webapps/openmeetings/WEB-INF/classes/applicationContext.xml
>
> We currently have:
>
>  class="org.apache.openmeetings.core.remote.KurentoHandler"
> init-method="init" destroy-method="destroy"
> p:kurentoWsUrl="ws://127.0.0.1:/kurento"
> p:checkTimeout="1"
> p:watchThreadCount="10"
> p:turnUrl=""
> p:turnUser=""
> p:turnSecret=""
> p:turnMode="rest"
> p:turnTtl="60"
> p:objCheckTimeout="200"
> />
>
> What would we have to specify as p:turnMode to use the longterm
> credential mechanism?
>
>
I currently using coturn with lt-cred-mech
And turnMode == rest
Works for me


> --
> Orm
>
>

-- 
Best regards,
Maxim


lt-cred-mech in config

2020-04-08 Thread Orm Finnendahl
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:



What would we have to specify as p:turnMode to use the longterm
credential mechanism?

--
Orm