Hello I am trying to set up a test instance of jitsi with transcription support. I have successfully set up jitsi in AWS EC2 instance, but I can’t make jigasi transcription to work. My biggest issue is that I can’t find any hints in the logs. The only visible symptom is the chrome console error when executing
APP.conference._room.dial("jitsi_meet_transcribe")
I receive feature-not-implemented error:
Logger.js:154 2020-04-01T11:21:40.117Z [modules/xmpp/strophe.rayo.js] Dial error <iq xmlns="jabber:client" type="error" to="0342091b-c321-461e-bd65-a6ac3588028b@18.197.10.61/f6ee9fb8-1d15-4c7b-9d95-3d130420b128" from="test@conference.18.197.10.61/focus" id="966d338e-e44c-464d-8967-7adefa79a47f:sendIQ">…</iq>
VM54 react_devtools_backend.js:6 2020-04-01T11:21:40.137Z [JitsiMeetJS.js] <Object.getGlobalOnErrorHandler>: UnhandledError: null Script: null Line: null Column: null StackTrace: <iq xmlns="jabber:client" type="error" to="0342091b-c321-461e-bd65-a6ac3588028b@<SERVER_IP>/f6ee9fb8-1d15-4c7b-9d95-3d130420b128" from="test@conference.<SERVER_IP>/focus" id="966d338e-e44c-464d-8967-7adefa79a47f:sendIQ"><error type="cancel"><feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"></feature-not-implemented></error></iq>
please find logs and configuration shared here (as I can’t upload files to this post): https://drive.google.com/drive/folders/19kEkP4gKGs9vTlw8MhF85p9kjgrt6ldH?usp=sharing
.
I have set up Jigasi sip-configuration to enable transcription and have installed gcould and added google credentials json path in jigasi config.
I will be grateful for any hits on how to resolve this issue.
Thank you in advance