We have options to create conference in lib-jitsi-meet project.(I call it optionA)
And use it here
I am confused this option with (optionB)
I know this is the option in /etc/jitsi/meet/my.domain-config.js
What is the difference between optionA and optionB?
Can I use portion of optionB for optionA?
Is optionB used by jitsi-meet frontend? or by jvb&jicofo?
And for example, if I want to control camera resolution, should I modify optionA(in code) or optionB(in server - /etc/jitsi/meet/my.domain-config.js)?
And If I want to change camera resolution from setting dialog)?
While I have never written code using lib-jitsi-meet, I think that there is only a logical answer: when you use lib-jitsi-meet, you are replacing the default jitsi application (the JS part) to develop your own interface. If config.js was used by lib-jitsi-meet, it would mean that the server administrator could change the behaviour of your app ‘behind your back’. It would not be a good way to proceed (even if the server administrator can still configure Jicofo and Jvb server behaviour and it’s not meaningless of course; but as far as your app (client side) is concerned, Jicofo and jvb are controlled by your app through lib-jitsi-meet). That’s my 0.02 euro (I’m not a Jitsi developer)
Thank you for your answer.
I want to know if I replace default jitsi application, then /etc/jitsi/meet/my.domain-config.js is lo longer needed? or yet used by jvb/jicofo?