docker-jitsi-meet
docker-jitsi-meet copied to clipboard
GCP transcription doesn't work
trafficstars
Hello,
I have the problem with gcp private key, so if I just copy a private key from mycredentials.json to .env GC_PRIVATE_KEY field, and it will add extra \ to \n in the ~/.jitsi-meet-cfg/jigasi/key.json file:
-----BEGIN PRIVATE KEY-----\\nblaBla blaBla\\n-----END PRIVATE KEY-----\\n
When I click on CC button is nothing happens. Also I tried add private key as string format(without headers and \n), but it doesn't help.
I got exact same issue. Can anyone help please ?
I ended up updating directly in the container without the extra \ and it works . Anything we can fix it from the file .env ? Thanks