Incomplete documentation
Hello,
i am working with lib-jitsi-meet. I found the setReceiverVideoConstraint(resolution) in the documation (lib-jitsi-meet API (low level) | Jitsi Meet ) but it feels incomplete to me. The argument resolution for example is not really documented and i dont’t know if it is a object or a string, just to mention two examples.
Same with the effect object in the method setEffect method. I guess a lot of developers have to guess what u mean by effect or resolution.
If you give me the necessary information i will do an improved version of the documetion via pull request.
Thanks for your work
Ping @jallamsetty1 iin case you have some spare cycles...
I will add this to my list. Also, setReceiverVideoConstraint is deprecated and one should instead use setReceiverConstraints
did you changed the code,