The command 'password' works fine but 'startRecording' isn't recognised

I'm using CDN
It hasn’t been deployed to meet.jit.si yet.
Ok, thanks Saúl.
On 3 Jun 2020, at 17:08, Saúl Ibarra Corretgé <[email protected]notifications@github.com> wrote:
It hasn’t been deployed to meet.jit.sihttp://meet.jit.si yet.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/jitsi/jitsi-meet/issues/6954#issuecomment-638434314, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACSUH4DSDQMMM2LT6FKI3TLRU2UU7ANCNFSM4NR5MBWQ.
@saghul do you have any idea of when this will be released to meet.jit.si?
Probably today :-)
@jefaokpta i was testing this new '_startRecording_' option but seems like doesn't work at least on my environment, did you achieve something with this command ?
@saghul Is it working now?
I am trying to start recording by execute command but no event is firing after that.
is there any other way to do this.
Thanks
@uwaiszaki Its really weird because once i execute the startRecording command nothing happens, i don't know if i need to update my Docker Jitsi environment too @saghul ? in order to make this function works.
@saghul Its still not working for me. nothing happens after this.
Here is my code snippet
api.addEventListener('videoConferenceJoined', (e) => {
api.executeCommand('startRecording', {
mode: 'file'
});
});
@uwaiszaki Это действительно странно, потому что после того, как я выполняю команду startRecording, ничего не происходит, я не знаю, нужно ли мне также обновлять среду Docker Jitsi @saghul ? чтобы эта функция работала.
did you solve this problem?