Hi! I've edit my configuration files to enable recording. Hereis my conf:
org.jitsi.videobridge.ENABLE_MEDIA_RECORDING=true
org.jitsi.videobridge.MEDIA_RECORDING_PATH=/tmp/records ; folder has 777 permission;
org.jitsi.videobridge.MEDIA_RECORDING_TOKEN=secret
When I try start recording it's not working - in jicofo.log I see this error: Incorrect recording token received ! Session: chosencherriessolvehigh@domain. What could be the reason of it? I've installed jitsi videobridge from deb package on unbuntu 14.04.
Thanks!